Spaces:
Running
Running
Add banner
Browse files- app.py +2 -2
- home-banner.jpg +0 -0
app.py
CHANGED
@@ -177,8 +177,8 @@ def get_demo(client: Client):
|
|
177 |
gr.HTML(TITLE)
|
178 |
|
179 |
with gr.Row():
|
180 |
-
|
181 |
-
|
182 |
with gr.Column():
|
183 |
gr.Markdown(
|
184 |
"""**Chat with [Falcon-40B-Instruct](https://huggingface.co/tiiuae/falcon-40b-instruct), brainstorm ideas, discuss your holiday plans, and more!**
|
|
|
177 |
gr.HTML(TITLE)
|
178 |
|
179 |
with gr.Row():
|
180 |
+
with gr.Column():
|
181 |
+
gr.Image("home-banner.jpg", elem_id="banner-image", show_label=False)
|
182 |
with gr.Column():
|
183 |
gr.Markdown(
|
184 |
"""**Chat with [Falcon-40B-Instruct](https://huggingface.co/tiiuae/falcon-40b-instruct), brainstorm ideas, discuss your holiday plans, and more!**
|
home-banner.jpg
ADDED