ysharma HF Staff commited on
Commit
6fd685c
·
verified ·
1 Parent(s): 8313f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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