Josedcape commited on
Commit
41a2633
·
verified ·
1 Parent(s): 4f4f140

Update pages/agendamiento.py

Browse files
Files changed (1) hide show
  1. 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"):