Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
|
|
|
|
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():
|