DrishtiSharma commited on
Commit
a774793
·
verified ·
1 Parent(s): b6492fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -7,7 +7,7 @@ import pandas as pd
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,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:")