Cachoups commited on
Commit
4f326f5
·
verified ·
1 Parent(s): 8921c06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)