Update app.py
Browse files
app.py
CHANGED
|
@@ -80,5 +80,6 @@ def history():
|
|
| 80 |
else:
|
| 81 |
return jsonify({"history": "No message history found in the current session."})
|
| 82 |
|
|
|
|
| 83 |
if __name__ == '__main__':
|
| 84 |
-
app.run(host='0.0.0.0', port=7860)
|
|
|
|
| 80 |
else:
|
| 81 |
return jsonify({"history": "No message history found in the current session."})
|
| 82 |
|
| 83 |
+
|
| 84 |
if __name__ == '__main__':
|
| 85 |
+
app.run(host='0.0.0.0', port=7860)
|