bupa1018 commited on
Commit
48d68ea
·
1 Parent(s): 369be0e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ import gradio as gr
53
  def add_text_to_chatbot(chat_history, user_input):
54
 
55
  chat_history = chat_history + [(user_input, None)]
56
- yield history, ""
57
 
58
 
59
  def main():
 
53
  def add_text_to_chatbot(chat_history, user_input):
54
 
55
  chat_history = chat_history + [(user_input, None)]
56
+ yield chat_history, ""
57
 
58
 
59
  def main():