explorall commited on
Commit
856d042
·
1 Parent(s): a861bdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")