Jorge Londoño commited on
Commit
c002da4
·
1 Parent(s): 72444ec

Commented out chatbot.clear

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -115,7 +115,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
115
  autoscroll=True,
116
  scale=7),
117
  )
118
- chatbot.clear(clear_history)
119
 
120
 
121
 
 
115
  autoscroll=True,
116
  scale=7),
117
  )
118
+ #chatbot.clear(clear_history) # Fails in huggingface
119
 
120
 
121