Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -855,7 +855,8 @@ def demo():
|
|
855 |
height=505,
|
856 |
show_label=False,
|
857 |
elem_id="chatbot",
|
858 |
-
placeholder="Your conversation will appear here after initializing the system..."
|
|
|
859 |
)
|
860 |
|
861 |
with gr.Accordion("π Source References", open=False):
|
|
|
855 |
height=505,
|
856 |
show_label=False,
|
857 |
elem_id="chatbot",
|
858 |
+
placeholder="Your conversation will appear here after initializing the system...",
|
859 |
+
type="messages"
|
860 |
)
|
861 |
|
862 |
with gr.Accordion("π Source References", open=False):
|