Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(title="Image Editing Chatbot") as demo:
|
|
128 |
# Chatbot display area for the conversation thread
|
129 |
chatbot = gr.Chatbot(
|
130 |
label="Chat",
|
131 |
-
height=400
|
132 |
type="messages", # Explicitly set to 'messages' format
|
133 |
avatar_images=(None, None) # No avatars for simplicity
|
134 |
)
|
|
|
128 |
# Chatbot display area for the conversation thread
|
129 |
chatbot = gr.Chatbot(
|
130 |
label="Chat",
|
131 |
+
height=300, # Reduced height from 400 to 300
|
132 |
type="messages", # Explicitly set to 'messages' format
|
133 |
avatar_images=(None, None) # No avatars for simplicity
|
134 |
)
|