Update app.py
Browse files
app.py
CHANGED
|
@@ -68,4 +68,4 @@ if generate:
|
|
| 68 |
st.error(f"Failed to save Note: {e}")
|
| 69 |
|
| 70 |
st.download_button("Download JSON", data=summary.model_dump_json(indent=2),
|
| 71 |
-
file_name=f"precall_summary_{acct_id}.json", mime="application/json")
|
|
|
|
| 68 |
st.error(f"Failed to save Note: {e}")
|
| 69 |
|
| 70 |
st.download_button("Download JSON", data=summary.model_dump_json(indent=2),
|
| 71 |
+
file_name=f"precall_summary_{acct_id}.json", mime="application/json")
|