Spaces:
Paused
Paused
ehristoforu
commited on
Commit
•
1195994
1
Parent(s):
22e9b79
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def chat_openchat_36(message: str,
|
|
102 |
|
103 |
|
104 |
# Gradio block
|
105 |
-
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, show_label=False, layout="panel",
|
106 |
|
107 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
108 |
|
|
|
102 |
|
103 |
|
104 |
# Gradio block
|
105 |
+
chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, show_label=False, layout="panel", avatar_images=(None, "bot.png"), likeable=True, show_copy_button=True)
|
106 |
|
107 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
108 |
|