Spaces:
Runtime error
Runtime error
Commit ·
31c069e
1
Parent(s): b1687d7
Update app.py
Browse files
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 =
|
| 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()
|