srivatsavdamaraju commited on
Commit
376e1cc
·
verified ·
1 Parent(s): 6bbfdc2

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -22,6 +22,6 @@ def index():
22
  return render_template('index.html')
23
 
24
  # Run the Flask app with WebSocket support
25
- if __name__ == '__main__'
26
  print("server is running")
27
  socketio.run(app, debug=True)
 
22
  return render_template('index.html')
23
 
24
  # Run the Flask app with WebSocket support
25
+ if __name__ == '__main__':
26
  print("server is running")
27
  socketio.run(app, debug=True)