DrishtiSharma commited on
Commit
5c58b19
·
verified ·
1 Parent(s): e4cfc1a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ def display_table(analyst_output):
233
  return table_data
234
 
235
  # Main Execution Block
236
- if st.button("Generate Patent Insights"):
237
  with st.spinner('Processing...'):
238
  try:
239
  start_time = time.time()
 
233
  return table_data
234
 
235
  # Main Execution Block
236
+ if st.button("Generate Insights"):
237
  with st.spinner('Processing...'):
238
  try:
239
  start_time = time.time()