Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,6 +93,7 @@ demo = gr.ChatInterface(
|
|
93 |
"https://cdn2.iconfinder.com/data/icons/city-icons-for-offscreen-magazine/80/new-york-256.png"
|
94 |
],
|
95 |
save_history=True,
|
|
|
96 |
|
97 |
)
|
98 |
|
|
|
93 |
"https://cdn2.iconfinder.com/data/icons/city-icons-for-offscreen-magazine/80/new-york-256.png"
|
94 |
],
|
95 |
save_history=True,
|
96 |
+
editable=True
|
97 |
|
98 |
)
|
99 |
|