Toumaima commited on
Commit
66f4fdd
·
verified ·
1 Parent(s): 3b11364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ class BasicAgent:
79
  print(f"User logged in: {username}")
80
  else:
81
  print("User not logged in.")
82
- return "Please Login to Hugging Face with the button.", None
83
 
84
  api_url = DEFAULT_API_URL
85
  questions_url = f"{api_url}/questions"
 
79
  print(f"User logged in: {username}")
80
  else:
81
  print("User not logged in.")
82
+ return "Please Login to Hugging Face with the button.", None
83
 
84
  api_url = DEFAULT_API_URL
85
  questions_url = f"{api_url}/questions"