Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ if "chat_history" not in st.session_state: #this one is to pass previous message
|
|
190 |
# st.session_state.session_rating = 0
|
191 |
|
192 |
|
193 |
-
credentials= json.loads(st.secrets['
|
194 |
|
195 |
service_account = gspread.service_account_from_dict(credentials)
|
196 |
workbook= service_account.open("aitGPT-qa-log")
|
|
|
190 |
# st.session_state.session_rating = 0
|
191 |
|
192 |
|
193 |
+
credentials= json.loads(st.secrets['google_sheet_credential'])
|
194 |
|
195 |
service_account = gspread.service_account_from_dict(credentials)
|
196 |
workbook= service_account.open("aitGPT-qa-log")
|