DrishtiSharma
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ st.write(
|
|
52 |
|
53 |
# User Input Section
|
54 |
st.header("Enter Details for Patent Analysis")
|
55 |
-
user_date_input = st.text_input("Enter a date in the format 'YYYY-MM-DD':",
|
56 |
|
57 |
num_patents_to_analyze = st.number_input(
|
58 |
"Number of patents to analyze:", min_value=1, value=1, step=1, help="Specify how many patents you want to analyze."
|
|
|
52 |
|
53 |
# User Input Section
|
54 |
st.header("Enter Details for Patent Analysis")
|
55 |
+
user_date_input = st.text_input("Enter a date in the format 'YYYY-MM-DD':", value="2024-06-16")
|
56 |
|
57 |
num_patents_to_analyze = st.number_input(
|
58 |
"Number of patents to analyze:", min_value=1, value=1, step=1, help="Specify how many patents you want to analyze."
|