Spaces:
Sleeping
Sleeping
Commit ·
02a2c78
1
Parent(s): 6319fee
added book
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def index():
|
|
| 63 |
print('Hello before chat html')
|
| 64 |
# return "<p>Hello, Team!</p>"
|
| 65 |
|
| 66 |
-
return render_template('
|
| 67 |
|
| 68 |
@app.route("/get", methods=["GET", "POST"])
|
| 69 |
def chat():
|
|
|
|
| 63 |
print('Hello before chat html')
|
| 64 |
# return "<p>Hello, Team!</p>"
|
| 65 |
|
| 66 |
+
return render_template('chat.html')
|
| 67 |
|
| 68 |
@app.route("/get", methods=["GET", "POST"])
|
| 69 |
def chat():
|