binqiangliu commited on
Commit
31c069e
·
1 Parent(s): b1687d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = flask.Flask(__name__, template_folder="./")
10
  def index():
11
  return flask.render_template('index.html')
12
 
13
- app = Flask(__name__)
14
  @app.route('/api/chat', methods=['POST'])
15
  def chat():
16
  incoming = request.get_json()
 
10
  def index():
11
  return flask.render_template('index.html')
12
 
13
+ #app = flask(__name__)
14
  @app.route('/api/chat', methods=['POST'])
15
  def chat():
16
  incoming = request.get_json()