amoldwalunj commited on
Commit
81c3ec6
·
1 Parent(s): 39a61e0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -478,10 +478,10 @@ if page == 'Identify Avatars':
478
 
479
 
480
 
481
- st.title('Identify Avatars Page')
482
 
483
- # Authenticate Google Sheets API
484
- gc = gspread.service_account(filename='arctic-rite-381810-e8bee8664772.json')
485
 
486
 
487
 
@@ -768,7 +768,7 @@ Please make this manual very exhaustive and detailed. explain each of the point
768
 
769
 
770
  if page == 'review summary':
771
- st.title('Review summarys Page')
772
 
773
  gc = gspread.service_account_from_dict(credentials_dict)
774
 
 
478
 
479
 
480
 
481
+ # st.title('Identify Avatars Page')
482
 
483
+ # # Authenticate Google Sheets API
484
+ # gc = gspread.service_account(filename='arctic-rite-381810-e8bee8664772.json')
485
 
486
 
487
 
 
768
 
769
 
770
  if page == 'review summary':
771
+ st.title('Review summary Page')
772
 
773
  gc = gspread.service_account_from_dict(credentials_dict)
774