Update app.py
Browse files
app.py
CHANGED
@@ -213,4 +213,4 @@ if st.button("Generate Patent Insights"):
|
|
213 |
st.download_button("Download Report", data=report_file, file_name="Patent_Report.pdf")
|
214 |
|
215 |
except Exception as e:
|
216 |
-
st.error(f"An error occurred during execution: {e}")
|
|
|
213 |
st.download_button("Download Report", data=report_file, file_name="Patent_Report.pdf")
|
214 |
|
215 |
except Exception as e:
|
216 |
+
st.error(f"An error occurred during execution: {e}")
|