Update app.py
Browse files
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="""
|