Spaces:
Running
on
Zero
Running
on
Zero
MaziyarPanahi
commited on
Commit
•
4bf4adf
1
Parent(s):
8db3ef1
Update app.py (#12)
Browse files- Update app.py (14d114eaaf80f6d179a0696b5abdb4ea5781be4e)
app.py
CHANGED
@@ -91,7 +91,7 @@ def bot_streaming(message, history):
|
|
91 |
yield generated_text_without_prompt
|
92 |
|
93 |
|
94 |
-
chatbot = gr.Chatbot(placeholder=PLACEHOLDER, scale=1)
|
95 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...",
|
96 |
show_label=False)
|
97 |
with gr.Blocks(fill_height=True, ) as demo:
|
|
|
91 |
yield generated_text_without_prompt
|
92 |
|
93 |
|
94 |
+
chatbot = gr.Chatbot(placeholder=PLACEHOLDER, scale=1, height=550)
|
95 |
chat_input = gr.MultimodalTextbox(interactive=True, file_types=["image"], placeholder="Enter message or upload file...",
|
96 |
show_label=False)
|
97 |
with gr.Blocks(fill_height=True, ) as demo:
|