DmitrMakeev commited on
Commit
9c23a1d
·
verified ·
1 Parent(s): 77dd2bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -53,7 +53,7 @@ def index():
53
  return render_template_string(html)
54
 
55
  @app.route('/chat')
56
- def index():
57
  return render_template('chat.html')
58
 
59
  @socketio.on('message')
 
53
  return render_template_string(html)
54
 
55
  @app.route('/chat')
56
+ def chat():
57
  return render_template('chat.html')
58
 
59
  @socketio.on('message')