adilos1 commited on
Commit
4d72180
·
verified ·
1 Parent(s): 8220b57

Fix spell mistake

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def run_and_submit_all(profile: gr.OAuthProfile | None):
71
  submit_url = f"{DEFAULT_API_URL}/submit"
72
 
73
  print(questions_url, submit_url)
74
- print(username, space_id, os.getenv("GEMINI_API_KEY"), keys)
75
  return 'Logged'
76
 
77
  try:
 
71
  submit_url = f"{DEFAULT_API_URL}/submit"
72
 
73
  print(questions_url, submit_url)
74
+ print(username, space_id, os.getenv("GEMINI_API_KEY"), 'keys')
75
  return 'Logged'
76
 
77
  try: