mgokg commited on
Commit
61aec1f
·
verified ·
1 Parent(s): 8c76a3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -13,6 +13,7 @@ def api_endpoint():
13
  def run_flask():
14
  app.run(port=5000)
15
 
 
16
  # Starte den Flask-Server in einem separaten Thread
17
  flask_thread = threading.Thread(target=run_flask)
18
  flask_thread.start()
 
13
  def run_flask():
14
  app.run(port=5000)
15
 
16
+
17
  # Starte den Flask-Server in einem separaten Thread
18
  flask_thread = threading.Thread(target=run_flask)
19
  flask_thread.start()