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