nlpblogs commited on
Commit
cd11bc4
·
verified ·
1 Parent(s): f2d177a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -235,8 +235,9 @@ if st.button("Sentiment Analysis"):
235
  if fig3 is not None:
236
  with tab3:
237
  st.plotly_chart(fig3)
238
- placeholder.text("Scrolling complete.")
239
- progress_bar.empty()
 
240
  buf = io.BytesIO()
241
  with zipfile.ZipFile(buf, "w") as myzip:
242
  myzip.writestr("Summary of the results.csv", df1.to_csv(index=False))
 
235
  if fig3 is not None:
236
  with tab3:
237
  st.plotly_chart(fig3)
238
+ placeholder.text("Scrolling complete.")
239
+ progress_bar.empty()
240
+
241
  buf = io.BytesIO()
242
  with zipfile.ZipFile(buf, "w") as myzip:
243
  myzip.writestr("Summary of the results.csv", df1.to_csv(index=False))