rohan13 commited on
Commit
34bef83
·
1 Parent(s): 41c8295

removed annotation

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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)