Spaces:
Paused
Paused
Alessandro Piana
commited on
Commit
·
112a80e
1
Parent(s):
714ed23
dockerfile con logging 57
Browse files
chat.py
CHANGED
|
@@ -46,7 +46,7 @@ def chat_interface():
|
|
| 46 |
title='Welcome Chat'
|
| 47 |
)
|
| 48 |
db.session.add(current_conversation)
|
| 49 |
-
db.session.commit()
|
| 50 |
conversations = [current_conversation]
|
| 51 |
|
| 52 |
return render_template(
|
|
|
|
| 46 |
title='Welcome Chat'
|
| 47 |
)
|
| 48 |
db.session.add(current_conversation)
|
| 49 |
+
db.session.commit()
|
| 50 |
conversations = [current_conversation]
|
| 51 |
|
| 52 |
return render_template(
|