saidsef commited on
Commit
39918b4
·
verified ·
1 Parent(s): ac48c85

fix: actually enable download button

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -10,5 +10,5 @@ if text:
10
  st.write(out)
11
  stwrite(f"{type(out)}")
12
 
13
- if len(out) > 100:
14
- st.download_button("summary download", out, file_name="summersation.txt", mime="text/plain")
 
10
  st.write(out)
11
  stwrite(f"{type(out)}")
12
 
13
+ if len(out) > 100:
14
+ st.download_button("summary download", out, file_name="summersation.txt", mime="text/plain")