updated to comply with uv

This commit is contained in:
2025-05-04 23:10:11 +02:00
parent 677aba38af
commit f4d7a84c3a
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@@ -35,4 +35,4 @@ def index():
return render_template('index.html', data=df.to_dict(orient='records'), chart_data=chart_data)
if __name__ == '__main__':
app.run(debug=True)
app.run(port=5001)