Wajahat698 commited on
Commit
f0c52cf
·
verified ·
1 Parent(s): 7420940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -631,12 +631,7 @@ with gr.Blocks(css=css, js=js, theme=gr.themes.Soft()) as demo:
631
  outputs=[r2_output, avg_target_output, factor_performance_plot, driver_analysis_plot]
632
  )
633
 
634
- # Auto-load default file on page load
635
- demo.load(
636
- fn=load_default_file,
637
- inputs=[],
638
- outputs=[r2_output, avg_target_output, factor_performance_plot, driver_analysis_plot]
639
- )
640
 
641
  # Launch the demo
642
  demo.launch(server_name="0.0.0.0", share=False)
 
631
  outputs=[r2_output, avg_target_output, factor_performance_plot, driver_analysis_plot]
632
  )
633
 
634
+
 
 
 
 
 
635
 
636
  # Launch the demo
637
  demo.launch(server_name="0.0.0.0", share=False)