Spaces:
Configuration error
Configuration error
Update config.py
Browse files
config.py
CHANGED
@@ -12,7 +12,7 @@ def init_google_sheets_client():
|
|
12 |
return gspread.authorize(creds)
|
13 |
|
14 |
# Google Sheets name
|
15 |
-
google_sheets_name = "Chatbot Test"
|
16 |
|
17 |
# Define available models
|
18 |
models = {
|
|
|
12 |
return gspread.authorize(creds)
|
13 |
|
14 |
# Google Sheets name
|
15 |
+
google_sheets_name = "Chatbot Test - Pruebas Rodrigo"
|
16 |
|
17 |
# Define available models
|
18 |
models = {
|