Update app.py
Browse files
app.py
CHANGED
|
@@ -72,10 +72,9 @@ iface = gr.Interface(
|
|
| 72 |
|
| 73 |
],
|
| 74 |
|
| 75 |
-
outputs=[gr.
|
| 76 |
-
gr.
|
| 77 |
-
gr.
|
| 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.",
|