Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -658,7 +658,6 @@ with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
|
|
658 |
df['Date'] = pd.to_datetime(df['Date'])
|
659 |
start_date = df['Date'].min()
|
660 |
end_date = df['Date'].max()
|
661 |
-
with gr.Row():
|
662 |
#start = Calendar(value ="2008-01-01", type="string", label="Start")
|
663 |
#end = Calendar(value="2025-01-01",type="string", label="End")
|
664 |
#apply_btn = gr.Button("Apply", scale=0)
|
|
|
658 |
df['Date'] = pd.to_datetime(df['Date'])
|
659 |
start_date = df['Date'].min()
|
660 |
end_date = df['Date'].max()
|
|
|
661 |
#start = Calendar(value ="2008-01-01", type="string", label="Start")
|
662 |
#end = Calendar(value="2025-01-01",type="string", label="End")
|
663 |
#apply_btn = gr.Button("Apply", scale=0)
|