Update app.py
Browse files
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,
|