wldmr commited on
Commit
6436657
·
1 Parent(s): 68d26c9

debug json error

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -388,6 +388,7 @@ if st.button('Extract Sentences'):
388
  df_current_ts_id = list(df_current_ts.ID)[0]
389
  if df_current_ts_id not in list(df_sheet.ID):
390
  df_new_sheet = pd.concat([df_sheet,df_current_ts])
 
391
  mysheet.write_gspread(df_new_sheet)
392
  st.session_state.gsheed = df_new_sheet
393
  st.write('video added to sheet')
 
388
  df_current_ts_id = list(df_current_ts.ID)[0]
389
  if df_current_ts_id not in list(df_sheet.ID):
390
  df_new_sheet = pd.concat([df_sheet,df_current_ts])
391
+ st.write(df_new_sheet)
392
  mysheet.write_gspread(df_new_sheet)
393
  st.session_state.gsheed = df_new_sheet
394
  st.write('video added to sheet')