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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -85,7 +85,8 @@ def chat_with_bot(message, history, lang="en"):
85
  return history, ""
86
 
87
  def reset_chat():
88
- return [("", translations["en"]["welcome"])], "
 
89
 
90
  # Gradio UI
91
  with gr.Blocks(css="""
 
85
  return history, ""
86
 
87
  def reset_chat():
88
+ return [( "", translations["en"]["welcome"])], ""
89
+
90
 
91
  # Gradio UI
92
  with gr.Blocks(css="""