PyaeSoneK commited on
Commit
23ec80e
·
1 Parent(s): 4ee3acf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ if "chat_history" not in st.session_state: #this one is to pass previous message
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")
197
  worksheet_qa = workbook.worksheet("Sheet1")
198
  worksheet_comment = workbook.worksheet("Sheet2")
199
  datetime_format= "%Y-%m-%d %H:%M:%S"
 
193
  credentials= json.loads(st.secrets['google_sheet_credential'])
194
 
195
  service_account = gspread.service_account_from_dict(credentials)
196
+ workbook= service_account.open("legalQA-log")
197
  worksheet_qa = workbook.worksheet("Sheet1")
198
  worksheet_comment = workbook.worksheet("Sheet2")
199
  datetime_format= "%Y-%m-%d %H:%M:%S"