Rename app-old.py to app.py
Browse files- app-old.py → app.py +1 -1
app-old.py → app.py
RENAMED
|
@@ -81,4 +81,4 @@ def history():
|
|
| 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=
|
|
|
|
| 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)
|