Hong commited on
Commit
b81c70b
1 Parent(s): cb8bc8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -111,13 +111,12 @@ else:
111
  to_json[row.text]["generated_tag"] = row.generated_tag
112
  to_json[row.text]["source"] = row.source
113
 
114
- st.write("🔔Outcome: ")
115
- st.write(to_json)
116
-
117
  st.download_button(
118
  "Press to Download",
119
  csv,
120
  "file.csv",
121
  "text/csv",
122
  key='download-csv'
123
- )
 
 
 
111
  to_json[row.text]["generated_tag"] = row.generated_tag
112
  to_json[row.text]["source"] = row.source
113
 
 
 
 
114
  st.download_button(
115
  "Press to Download",
116
  csv,
117
  "file.csv",
118
  "text/csv",
119
  key='download-csv'
120
+ )
121
+ st.write("🔔Outcome: ")
122
+ st.write(to_json)