George Sergia commited on
Commit
8baedcd
·
1 Parent(s): 7fb75e4

Another test

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -19,7 +19,10 @@ def run_and_submit_all( profile: gr.OAuthProfile | None):
19
  Fetches all questions, runs the BasicAgent on them, submits all answers,
20
  and displays the results.
21
  """
22
-
 
 
 
23
  load_dotenv()
24
  HF_TOKEN = os.getenv("HF_TOKEN")
25
  if HF_TOKEN is not None:
 
19
  Fetches all questions, runs the BasicAgent on them, submits all answers,
20
  and displays the results.
21
  """
22
+
23
+ if HF_TOKEN is not None:
24
+ print(str(hash(HF_TOKEN)))
25
+
26
  load_dotenv()
27
  HF_TOKEN = os.getenv("HF_TOKEN")
28
  if HF_TOKEN is not None: