Spaces:
Paused
Paused
Update src/app.py
Browse files- src/app.py +0 -7
src/app.py
CHANGED
|
@@ -98,12 +98,5 @@ if run_btn and raw_text.strip():
|
|
| 98 |
report.encode("utf-8"),
|
| 99 |
file_name="anupalan_karta_report.md",
|
| 100 |
mime="text/markdown")
|
| 101 |
-
else:
|
| 102 |
-
st.info("Awaiting input…")
|
| 103 |
-
st.code(report, language="markdown")
|
| 104 |
-
st.download_button("⬇️ Download .md",
|
| 105 |
-
report.encode("utf-8"),
|
| 106 |
-
file_name="anupalan_karta_report.md",
|
| 107 |
-
mime="text/markdown")
|
| 108 |
else:
|
| 109 |
st.info("Awaiting input…")
|
|
|
|
| 98 |
report.encode("utf-8"),
|
| 99 |
file_name="anupalan_karta_report.md",
|
| 100 |
mime="text/markdown")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 101 |
else:
|
| 102 |
st.info("Awaiting input…")
|