Spaces:
Runtime error
Runtime error
Commit
·
b843a7f
1
Parent(s):
9300e58
Update app.py
Browse files
app.py
CHANGED
@@ -992,7 +992,8 @@ if page == 'review summary':
|
|
992 |
if page == 'question_answers':
|
993 |
st.title('question answers')
|
994 |
|
995 |
-
gc = gspread.service_account(filename='arctic-rite-381810-e8bee8664772.json')
|
|
|
996 |
|
997 |
# Ask user for Google Sheet URL
|
998 |
sheet_url = st.text_input('Enter the URL of your Google Sheet')
|
|
|
992 |
if page == 'question_answers':
|
993 |
st.title('question answers')
|
994 |
|
995 |
+
#gc = gspread.service_account(filename='arctic-rite-381810-e8bee8664772.json')
|
996 |
+
gc = gspread.service_account_from_dict(credentials_dict)
|
997 |
|
998 |
# Ask user for Google Sheet URL
|
999 |
sheet_url = st.text_input('Enter the URL of your Google Sheet')
|