Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ def ask_question(query: str = Form(...)):
|
|
| 80 |
def home():
|
| 81 |
return """
|
| 82 |
<h2>🤖 RAG Chatbot</h2>
|
| 83 |
-
<form method="post" action="/
|
| 84 |
<input name="query" placeholder="Ask a question" style="width:300px;" />
|
| 85 |
<button type="submit">Ask</button>
|
| 86 |
</form>
|
|
|
|
| 80 |
def home():
|
| 81 |
return """
|
| 82 |
<h2>🤖 RAG Chatbot</h2>
|
| 83 |
+
<form method="post" action="/querystr">
|
| 84 |
<input name="query" placeholder="Ask a question" style="width:300px;" />
|
| 85 |
<button type="submit">Ask</button>
|
| 86 |
</form>
|