Spaces:
Runtime error
Runtime error
debugging
Browse files
app.py
CHANGED
@@ -374,6 +374,7 @@ if st.button('Extract Sentences'):
|
|
374 |
'Length':[st.session_state["video_data"]["Length"][0]],
|
375 |
'Keywords':['; '.join(st.session_state["keywords"])]}
|
376 |
df_current_ts = pd.DataFrame({**video_info,**transcript_info})
|
|
|
377 |
|
378 |
# initial write.
|
379 |
#df_new_sheet = pd.concat([df_current_ts])
|
|
|
374 |
'Length':[st.session_state["video_data"]["Length"][0]],
|
375 |
'Keywords':['; '.join(st.session_state["keywords"])]}
|
376 |
df_current_ts = pd.DataFrame({**video_info,**transcript_info})
|
377 |
+
st.write(df_current_ts)
|
378 |
|
379 |
# initial write.
|
380 |
#df_new_sheet = pd.concat([df_current_ts])
|