DrishtiSharma
commited on
Update app.py
Browse files
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=
|
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(
|