Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -244,7 +244,6 @@ demo = gr.ChatInterface(
|
|
| 244 |
title=title,
|
| 245 |
description=description,
|
| 246 |
chatbot=gr.Chatbot(scale=1, show_copy_button=True),
|
| 247 |
-
editable=True,
|
| 248 |
cache_examples=False,
|
| 249 |
)
|
| 250 |
|
|
|
|
| 244 |
title=title,
|
| 245 |
description=description,
|
| 246 |
chatbot=gr.Chatbot(scale=1, show_copy_button=True),
|
|
|
|
| 247 |
cache_examples=False,
|
| 248 |
)
|
| 249 |
|