Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -109,6 +109,3 @@ with gr.Blocks() as demo:
|
|
| 109 |
|
| 110 |
btn.click(run, [city, mode, days, temp_unit, precip_unit], [md, table, img])
|
| 111 |
|
| 112 |
-
|
| 113 |
-
if __name__ == "__main__":
|
| 114 |
-
demo.launch()
|
|
|
|
| 109 |
|
| 110 |
btn.click(run, [city, mode, days, temp_unit, precip_unit], [md, table, img])
|
| 111 |
|
|
|
|
|
|
|
|
|