Spaces:
Runtime error
Runtime error
Update pages/agendamiento.py
Browse files- pages/agendamiento.py +1 -1
pages/agendamiento.py
CHANGED
|
@@ -7,7 +7,7 @@ def show():
|
|
| 7 |
st.title("📅 Asistente de Agendamiento")
|
| 8 |
|
| 9 |
SCOPES = ['https://www.googleapis.com/auth/calendar']
|
| 10 |
-
creds = Credentials.from_service_account_file('botidinamix-g.json, scopes=SCOPES)
|
| 11 |
service = build('calendar', 'v3', credentials=creds)
|
| 12 |
|
| 13 |
with st.form("agendamiento_form"):
|
|
|
|
| 7 |
st.title("📅 Asistente de Agendamiento")
|
| 8 |
|
| 9 |
SCOPES = ['https://www.googleapis.com/auth/calendar']
|
| 10 |
+
creds = Credentials.from_service_account_file('botidinamix-g.json', scopes=SCOPES)
|
| 11 |
service = build('calendar', 'v3', credentials=creds)
|
| 12 |
|
| 13 |
with st.form("agendamiento_form"):
|