Spaces:
Runtime error
Runtime error
Commit
·
b300d49
1
Parent(s):
c2ac6c6
Update app.py
Browse files
app.py
CHANGED
@@ -115,7 +115,7 @@ additional_inputs=[
|
|
115 |
with gr.Blocks() as demo:
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|
118 |
-
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False)
|
119 |
with gr.Column():
|
120 |
gr.Markdown(
|
121 |
"""**Chat with [Falcon-180B-Chat](https://huggingface.co/tiiuae/falcon-180b-chat), brainstorm ideas, discuss your holiday plans, and more!**
|
|
|
115 |
with gr.Blocks() as demo:
|
116 |
with gr.Row():
|
117 |
with gr.Column():
|
118 |
+
gr.Image("better_banner.jpeg", elem_id="banner-image", show_label=False).style(height=400, width=400)
|
119 |
with gr.Column():
|
120 |
gr.Markdown(
|
121 |
"""**Chat with [Falcon-180B-Chat](https://huggingface.co/tiiuae/falcon-180b-chat), brainstorm ideas, discuss your holiday plans, and more!**
|