DrishtiSharma commited on
Commit
f186264
·
verified ·
1 Parent(s): 9f97de6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ st.header("Enter Details for Patent Analysis")
59
  user_date_input = st.text_input("Enter a date in the format 'YYYY-MM-DD':", value="2024-06-20")
60
 
61
  num_patents_to_analyze = st.number_input(
62
- "Number of patents to analyze:", min_value=1, value=1, step=1, help="Specify how many patents you want to analyze."
63
  )
64
 
65
  model_choice = st.selectbox(
 
59
  user_date_input = st.text_input("Enter a date in the format 'YYYY-MM-DD':", value="2024-06-20")
60
 
61
  num_patents_to_analyze = st.number_input(
62
+ "Number of patents to analyze:", min_value=1, value=3, step=1, help="Specify how many patents you want to analyze."
63
  )
64
 
65
  model_choice = st.selectbox(