linneafr commited on
Commit
04a4401
1 Parent(s): 9cf3e85

Update app.py

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