Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ def chatbot(your_role,school_selection,output_format,input_text):
|
|
257 |
|
258 |
return response_label,gpt_response
|
259 |
|
260 |
-
|
261 |
|
262 |
AIRTABLE_ENDPOINT = f'https://api.airtable.com/v0/{base_id}/{user_log_table_name}'
|
263 |
|
|
|
257 |
|
258 |
return response_label,gpt_response
|
259 |
|
260 |
+
def log_login(username):
|
261 |
|
262 |
AIRTABLE_ENDPOINT = f'https://api.airtable.com/v0/{base_id}/{user_log_table_name}'
|
263 |
|