Spaces:
Runtime error
Runtime error
removed annotation
Browse files
app.py
CHANGED
|
@@ -14,7 +14,6 @@ def index():
|
|
| 14 |
|
| 15 |
|
| 16 |
@socketio.on('message')
|
| 17 |
-
@cross_origin
|
| 18 |
def handle_message(data):
|
| 19 |
question = data['question']
|
| 20 |
print("question: " + question)
|
|
|
|
| 14 |
|
| 15 |
|
| 16 |
@socketio.on('message')
|
|
|
|
| 17 |
def handle_message(data):
|
| 18 |
question = data['question']
|
| 19 |
print("question: " + question)
|