James MacQuillan commited on
Commit
d6a965c
·
1 Parent(s): e9700e0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ chatbot = gr.Chatbot(
147
  avatar_images=[None, BOT_AVATAR],
148
  show_copy_button=True,
149
  layout="panel",
150
- height=700,
151
 
152
  )
153
 
 
147
  avatar_images=[None, BOT_AVATAR],
148
  show_copy_button=True,
149
  layout="panel",
150
+ height=700
151
 
152
  )
153