Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -104,7 +104,7 @@ chatbot_component = gr.Chatbot(
|
|
104 |
label='Gemini',
|
105 |
bubble_full_width=False,
|
106 |
scale=2,
|
107 |
-
height=
|
108 |
)
|
109 |
text_prompt_component = gr.Textbox(
|
110 |
placeholder="Message...", show_label=False, autofocus=True, scale=8
|
|
|
104 |
label='Gemini',
|
105 |
bubble_full_width=False,
|
106 |
scale=2,
|
107 |
+
height=300
|
108 |
)
|
109 |
text_prompt_component = gr.Textbox(
|
110 |
placeholder="Message...", show_label=False, autofocus=True, scale=8
|