whispy commited on
Commit
4e0c1fc
1 Parent(s): 39e136e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -49,12 +49,12 @@ with gr.Blocks() as demo:
49
  plot_pred = gr.Image(label="Predicted snow height").style(height=400) # plotted graph
50
  with gr.Row():
51
  #input_img1 = gr.Image("1.png", elem_id="Day 1")
52
- img1 = gr.Image().style(width=50)
53
- img2 = gr.Image().style(width=50)
54
- img3 = gr.Image().style(width=50)
55
- img4 = gr.Image().style(width=50)
56
- img5 = gr.Image().style(width=50)
57
- img6 = gr.Image().style(width=50)
58
 
59
  with gr.TabItem("Accuracy of past 10 days"):
60
  with gr.Row():
 
49
  plot_pred = gr.Image(label="Predicted snow height").style(height=400) # plotted graph
50
  with gr.Row():
51
  #input_img1 = gr.Image("1.png", elem_id="Day 1")
52
+ img1 = gr.Image().style(width=25)
53
+ img2 = gr.Image().style(width=25)
54
+ img3 = gr.Image().style(width=25)
55
+ img4 = gr.Image().style(width=25)
56
+ img5 = gr.Image().style(width=25)
57
+ img6 = gr.Image().style(width=25)
58
 
59
  with gr.TabItem("Accuracy of past 10 days"):
60
  with gr.Row():