Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -15,7 +15,7 @@ today = datetime.date.today()
|
|
| 15 |
|
| 16 |
with gr.Blocks() as demo:
|
| 17 |
gr.Label("Prediction of air quality in Reykjavik, Iceland")
|
| 18 |
-
gr.Image("iceland_picture")
|
| 19 |
gr.Textbox(label=today)
|
| 20 |
gr.Textbox(label='day2')
|
| 21 |
gr.Textbox(label='day3')
|
|
|
|
| 15 |
|
| 16 |
with gr.Blocks() as demo:
|
| 17 |
gr.Label("Prediction of air quality in Reykjavik, Iceland")
|
| 18 |
+
gr.Image("iceland_picture.jpg")
|
| 19 |
gr.Textbox(label=today)
|
| 20 |
gr.Textbox(label='day2')
|
| 21 |
gr.Textbox(label='day3')
|