Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -93,4 +93,4 @@ def download_code():
|
|
93 |
return send_file(temp_file, as_attachment=True)
|
94 |
|
95 |
if __name__ == "__main__":
|
96 |
-
app.run(debug=False, host="0.0.0.0", port=
|
|
|
93 |
return send_file(temp_file, as_attachment=True)
|
94 |
|
95 |
if __name__ == "__main__":
|
96 |
+
app.run(debug=False, host="0.0.0.0", port=5000)
|