Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -158,7 +158,7 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Weather Bot") as iface:
|
|
| 158 |
with gr.Row():
|
| 159 |
gr.Image(
|
| 160 |
#"https://github.com/Decoding-Data-Science/airesidency/blob/main/dds_logo.jpg?raw=true",
|
| 161 |
-
"weather_bot.jpg"
|
| 162 |
label=None,
|
| 163 |
show_label=False,
|
| 164 |
height=100,
|
|
|
|
| 158 |
with gr.Row():
|
| 159 |
gr.Image(
|
| 160 |
#"https://github.com/Decoding-Data-Science/airesidency/blob/main/dds_logo.jpg?raw=true",
|
| 161 |
+
"weather_bot.jpg",
|
| 162 |
label=None,
|
| 163 |
show_label=False,
|
| 164 |
height=100,
|