Update backend/app.py
Browse files- backend/app.py +1 -1
backend/app.py
CHANGED
@@ -45,4 +45,4 @@ def favicon():
|
|
45 |
'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
46 |
|
47 |
if __name__ == '__main__':
|
48 |
-
app.run(debug=True, host='127.0.0.1', port=
|
|
|
45 |
'favicon.ico', mimetype='image/vnd.microsoft.icon')
|
46 |
|
47 |
if __name__ == '__main__':
|
48 |
+
app.run(debug=True, host='127.0.0.1', port=7860)
|