Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
|
|
7 |
import plotly.express as px
|
8 |
import time
|
9 |
import datetime
|
10 |
-
|
11 |
|
12 |
st.title("🤖 Patent Insights Consultant")
|
13 |
|
@@ -197,5 +197,4 @@ if st.button("Generate Patent Insights"):
|
|
197 |
st.error(f"An error occurred during execution: {e}")
|
198 |
|
199 |
st.sidebar.markdown("---")
|
200 |
-
st.sidebar.markdown("### Reference:")
|
201 |
-
|
|
|
7 |
import plotly.express as px
|
8 |
import time
|
9 |
import datetime
|
10 |
+
from patent_data_api import fetch_patent_data
|
11 |
|
12 |
st.title("🤖 Patent Insights Consultant")
|
13 |
|
|
|
197 |
st.error(f"An error occurred during execution: {e}")
|
198 |
|
199 |
st.sidebar.markdown("---")
|
200 |
+
st.sidebar.markdown("### Reference:")
|
|