Deadmon commited on
Commit
10a152a
·
verified ·
1 Parent(s): 0b90bff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
  )