adding yaml

This commit is contained in:
sam
2026-02-06 09:13:46 +00:00
parent 42d6dc0959
commit eb0bbc3ca9
2 changed files with 27 additions and 1 deletions

2
app.py
View File

@@ -115,5 +115,5 @@ def delete_file():
if __name__ == '__main__':
# Run on localhost
print("Starting File Explorer on http://127.0.0.1:80")
print("Starting File Explorer on http://127.0.0.1:5005")
app.run(debug=True, port=5005, host='0.0.0.0')