deepakaiplanet commited on
Commit
34fd011
·
verified ·
1 Parent(s): 9fb3859

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -13,7 +13,7 @@ def add_message(history, message):
13
  history.append(((x,), None))
14
  if message["text"] is not None:
15
  history.append((message["text"], None))
16
- return history, gr.MultimodalTextbox(value=None, interactive=False)
17
 
18
  def bot(history):
19
  response = "**That's cool!**"
 
13
  history.append(((x,), None))
14
  if message["text"] is not None:
15
  history.append((message["text"], None))
16
+ return history
17
 
18
  def bot(history):
19
  response = "**That's cool!**"