yeliudev commited on
Commit
9efcae6
·
verified ·
1 Parent(s): 13ea06c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -572,7 +572,7 @@ if __name__ == '__main__':
572
 
573
  chat = gr.Chatbot(
574
  type='messages',
575
- height='70vh',
576
  avatar_images=[f'{path}/assets/user.png', f'{path}/assets/bot.png'],
577
  placeholder='A conversation with VideoMind',
578
  label='VideoMind')
 
572
 
573
  chat = gr.Chatbot(
574
  type='messages',
575
+ height='75vh',
576
  avatar_images=[f'{path}/assets/user.png', f'{path}/assets/bot.png'],
577
  placeholder='A conversation with VideoMind',
578
  label='VideoMind')