Spaces:
Runtime error
Runtime error
debug json error
Browse files
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')
|