srinidhidevaraj commited on
Commit
ccc1f51
1 Parent(s): dc98ddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -60,6 +60,7 @@ def generate_response(llm,prompt,pinecone_vector_store,question):
60
 
61
  @app.route("/")
62
  def index():
 
63
  return render_template('chat.html')
64
 
65
  @app.route("/get", methods=["GET", "POST"])
 
60
 
61
  @app.route("/")
62
  def index():
63
+ print('Hello before chat html')
64
  return render_template('chat.html')
65
 
66
  @app.route("/get", methods=["GET", "POST"])