Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ st.write(
|
|
56 |
|
57 |
# User Input Section
|
58 |
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-
|
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."
|
|
|
56 |
|
57 |
# User Input Section
|
58 |
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."
|