Pattr commited on
Commit
b73df29
·
verified ·
1 Parent(s): 49b4712

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -72,10 +72,9 @@ iface = gr.Interface(
72
 
73
  ],
74
 
75
- outputs=[gr.outputs.Textbox(label="Place Name"),
76
- gr.outputs.Image(label="Place Image"),
77
- gr.outputs.Textbox(label="Text Line 1"),
78
- gr.outputs.Textbox(label="Text Line 2")],
79
  live=True,
80
  title="Weather Forecast",
81
  description="Get the weather forecast for a city.",
 
72
 
73
  ],
74
 
75
+ outputs=[gr.components.Textbox(label="Place Name :"),
76
+ gr.components.Textbox(label="Close day :"),
77
+ gr.components.Textbox(label="Open hour :")],
 
78
  live=True,
79
  title="Weather Forecast",
80
  description="Get the weather forecast for a city.",