pvanand commited on
Commit
e91abbc
·
1 Parent(s): 2a24197

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -126,7 +126,6 @@ Enter the start date, end date, and the investment amount to get started.
126
  Please pick a date range from 2000-01-01 to 2024-01-06
127
  Please try shorter timeframes if you are facing an error """
128
 
129
- plot_chart(start_date, end_date, investment_amount)
130
  # Gradio interface
131
  iface = gr.Interface(
132
  fn=plot_chart,
 
126
  Please pick a date range from 2000-01-01 to 2024-01-06
127
  Please try shorter timeframes if you are facing an error """
128
 
 
129
  # Gradio interface
130
  iface = gr.Interface(
131
  fn=plot_chart,