Update app.py
Browse files
app.py
CHANGED
@@ -83,10 +83,10 @@ def submit():
|
|
83 |
|
84 |
response = "Placeholder response" # Update with actual response generation logic
|
85 |
|
86 |
-
|
87 |
update_conversation_history(response_message)
|
88 |
|
89 |
-
return
|
90 |
|
91 |
|
92 |
@app.route('/clear_history')
|
|
|
83 |
|
84 |
response = "Placeholder response" # Update with actual response generation logic
|
85 |
|
86 |
+
= "Bot: " + response
|
87 |
update_conversation_history(response_message)
|
88 |
|
89 |
+
return response_message
|
90 |
|
91 |
|
92 |
@app.route('/clear_history')
|