srinidhidevaraj commited on
Commit
0d2b5da
1 Parent(s): ccc1f51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -61,7 +61,9 @@ def generate_response(llm,prompt,pinecone_vector_store,question):
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"])
67
  def chat():
 
61
  @app.route("/")
62
  def index():
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():