Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def index():
|
|
| 53 |
return render_template_string(html)
|
| 54 |
|
| 55 |
@app.route('/chat')
|
| 56 |
-
def
|
| 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')
|