Spaces:
Runtime error
Runtime error
Change Title
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ data_to_plot = data.iloc[-days_to_plot:][["Close"]]
|
|
15 |
data_to_plot['date'] = data_to_plot.index.strftime('%Y-%m-%d')
|
16 |
|
17 |
with gr.Blocks() as demo:
|
18 |
-
gr.Markdown("# Apple Predictor")
|
19 |
predict_button = gr.Button("Predict")
|
20 |
with gr.Row() as row0:
|
21 |
with gr.Column() as col0:
|
|
|
15 |
data_to_plot['date'] = data_to_plot.index.strftime('%Y-%m-%d')
|
16 |
|
17 |
with gr.Blocks() as demo:
|
18 |
+
gr.Markdown("# Apple Stock Predictor")
|
19 |
predict_button = gr.Button("Predict")
|
20 |
with gr.Row() as row0:
|
21 |
with gr.Column() as col0:
|