DrishtiSharma commited on
Commit
f630fdf
·
verified ·
1 Parent(s): 41bfc1c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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':", help="e.g., 2024-01-01")
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."