giveaccesstoall commited on
Commit
21ae421
·
verified ·
1 Parent(s): a2465d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="/query">
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>