Spaces:
Paused
Paused
Shreyas094
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -521,6 +521,12 @@ demo = gr.ChatInterface(
|
|
521 |
cache_examples=False,
|
522 |
analytics_enabled=False,
|
523 |
textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
|
|
|
|
|
|
|
|
|
|
|
|
|
524 |
)
|
525 |
|
526 |
# Add file upload functionality
|
|
|
521 |
cache_examples=False,
|
522 |
analytics_enabled=False,
|
523 |
textbox=gr.Textbox(placeholder=custom_placeholder, container=False, scale=7),
|
524 |
+
chatbot = gr.Chatbot(
|
525 |
+
show_copy_button=True,
|
526 |
+
likeable=True,
|
527 |
+
layout="panel",
|
528 |
+
height=400,
|
529 |
+
)
|
530 |
)
|
531 |
|
532 |
# Add file upload functionality
|