Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ def latest_prediction(path):
|
|
| 31 |
with gr.Blocks() as demo:
|
| 32 |
with gr.Row():
|
| 33 |
with gr.Column():
|
| 34 |
-
gr.Label("Latest Predicted Forecast)
|
| 35 |
gr.Markdown(latest_prediction("last_prediction.txt"))
|
| 36 |
with gr.Column():
|
| 37 |
gr.Label("Graph of Recent Predictions")
|
|
|
|
| 31 |
with gr.Blocks() as demo:
|
| 32 |
with gr.Row():
|
| 33 |
with gr.Column():
|
| 34 |
+
gr.Label("Latest Predicted Forecast")
|
| 35 |
gr.Markdown(latest_prediction("last_prediction.txt"))
|
| 36 |
with gr.Column():
|
| 37 |
gr.Label("Graph of Recent Predictions")
|