Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -572,7 +572,7 @@ if __name__ == '__main__':
|
|
| 572 |
|
| 573 |
chat = gr.Chatbot(
|
| 574 |
type='messages',
|
| 575 |
-
height='
|
| 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')
|