Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ demo = gr.ChatInterface(
|
|
135 |
description=description,
|
136 |
chatbot=gr.Chatbot(
|
137 |
scale=1,
|
138 |
-
likeable=False,
|
139 |
show_copy_button=True
|
140 |
)
|
141 |
)
|
|
|
135 |
description=description,
|
136 |
chatbot=gr.Chatbot(
|
137 |
scale=1,
|
138 |
+
# likeable=False,
|
139 |
show_copy_button=True
|
140 |
)
|
141 |
)
|