Spaces:
Sleeping
Sleeping
Deployed on 2025-03-26
Browse files
app.py
CHANGED
@@ -150,7 +150,7 @@ class ChatInterface:
|
|
150 |
type="messages",
|
151 |
bubble_full_width=False,
|
152 |
show_label=True,
|
153 |
-
avatar_images=["👤", "🤖"]
|
154 |
),
|
155 |
textbox=gr.Textbox(
|
156 |
placeholder="Type your question about remote work...",
|
|
|
150 |
type="messages",
|
151 |
bubble_full_width=False,
|
152 |
show_label=True,
|
153 |
+
# avatar_images=["👤", "🤖"]
|
154 |
),
|
155 |
textbox=gr.Textbox(
|
156 |
placeholder="Type your question about remote work...",
|