Cachoups commited on
Commit
0e89bd7
·
verified ·
1 Parent(s): 4f326f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -675,6 +675,6 @@ with gr.Blocks(theme='gradio/soft',js=js_func) as demo:
675
  y_lim=[0, 100], # Limit y-axis to 0-1 since it's a ratio
676
  #color = 'Ratio_Type'
677
  )
678
- apply_btn.click(lambda start,end: gr.LinePlot(x_lim=[start, end]), [start, end], line_plot)
679
- reset_btn.click(lambda : gr.LinePlot(x_lim=[start_date, end_date]), [], line_plot)
680
  demo.launch()
 
675
  y_lim=[0, 100], # Limit y-axis to 0-1 since it's a ratio
676
  #color = 'Ratio_Type'
677
  )
678
+ #apply_btn.click(lambda start,end: gr.LinePlot(x_lim=[start, end]), [start, end], line_plot)
679
+ #reset_btn.click(lambda : gr.LinePlot(x_lim=[start_date, end_date]), [], line_plot)
680
  demo.launch()