Johnyquest7 commited on
Commit
1de773f
·
verified ·
1 Parent(s): 1c9f0c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -114,8 +114,8 @@ with gr.Blocks() as app:
114
  )
115
 
116
  with gr.Row():
117
- start_date = gr.Date(label="Start Date", value="2025-01-01") # Changed from DateTime to Date
118
- end_date = gr.Date(label="End Date", value="2025-01-07") # Changed from DateTime to Date
119
 
120
  email_input = gr.Textbox(
121
  label="Email",
 
114
  )
115
 
116
  with gr.Row():
117
+ start_date = gr.DateTime(label="Start Date", value="2025-01-01") # Changed from DateTime to Date
118
+ end_date = gr.DateTime(label="End Date", value="2025-01-07") # Changed from DateTime to Date
119
 
120
  email_input = gr.Textbox(
121
  label="Email",