diff --git a/app.py b/app.py index eb0dccac..92af8c48 100644 --- a/app.py +++ b/app.py @@ -157,3 +157,7 @@ def ask_question(): if __name__ == '__main__': app.run(debug=True, host='0.0.0.0', port=5001) + +def main(): + """Main function for uv to run""" + app.run(debug=True, host='0.0.0.0', port=5001)