srinidhidevaraj commited on
Commit
02a2c78
1 Parent(s): 6319fee

added book

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('templates/chat.html')
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():