Spaces:
Running
Running
Johnyquest7
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -114,8 +114,8 @@ with gr.Blocks() as app:
|
|
114 |
)
|
115 |
|
116 |
with gr.Row():
|
117 |
-
start_date = gr.
|
118 |
-
end_date = gr.
|
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",
|