Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -94,7 +94,6 @@ description = "Use me to ask anything about travel!"
|
|
| 94 |
with gr.Blocks(theme = gr.themes.Soft(primary_hue="pink",secondary_hue="lime",neutral_hue="lime",)) as demo:
|
| 95 |
with gr.Row():
|
| 96 |
gr.Image("banner.png")
|
| 97 |
-
gr.Markdown("banner")
|
| 98 |
with gr.Row():
|
| 99 |
with gr.Column(scale = 1):
|
| 100 |
gr.Markdown(description)
|
|
|
|
| 94 |
with gr.Blocks(theme = gr.themes.Soft(primary_hue="pink",secondary_hue="lime",neutral_hue="lime",)) as demo:
|
| 95 |
with gr.Row():
|
| 96 |
gr.Image("banner.png")
|
|
|
|
| 97 |
with gr.Row():
|
| 98 |
with gr.Column(scale = 1):
|
| 99 |
gr.Markdown(description)
|