Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,7 +55,6 @@ def add_text_to_chatbot(chat_history, user_input):
|
|
| 55 |
chat_history = chat_history + [(user_input, None)]
|
| 56 |
return chat_history, ""
|
| 57 |
|
| 58 |
-
def show_user(chat_history)
|
| 59 |
|
| 60 |
def show_history(chat_history):
|
| 61 |
return chat_history[-1][0], ""
|
|
|
|
| 55 |
chat_history = chat_history + [(user_input, None)]
|
| 56 |
return chat_history, ""
|
| 57 |
|
|
|
|
| 58 |
|
| 59 |
def show_history(chat_history):
|
| 60 |
return chat_history[-1][0], ""
|