Spaces:
Runtime error
Runtime error
Hong
commited on
Commit
·
cb8bc8c
1
Parent(s):
cb7bd99
Update app.py
Browse files
app.py
CHANGED
@@ -111,6 +111,7 @@ else:
|
|
111 |
to_json[row.text]["generated_tag"] = row.generated_tag
|
112 |
to_json[row.text]["source"] = row.source
|
113 |
|
|
|
114 |
st.write(to_json)
|
115 |
|
116 |
st.download_button(
|
|
|
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(
|