alapl063 commited on
Commit
f69630b
·
verified ·
1 Parent(s): 73fca82

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks(css="""
123
 
124
  def submit_msg(message, history):
125
  if not message.strip():
126
- return "", history
127
 
128
  if not isinstance(history, list):
129
  history = []
 
123
 
124
  def submit_msg(message, history):
125
  if not message.strip():
126
+ return chat_with_bot("", history)
127
 
128
  if not isinstance(history, list):
129
  history = []