Ley_Fill7
commited on
Commit
·
6f6ecac
1
Parent(s):
7a8bebe
Edited title
Browse files
app.py
CHANGED
@@ -167,7 +167,7 @@ def query_model_with_context(question):
|
|
167 |
|
168 |
|
169 |
# Streamlit UI
|
170 |
-
st.title("Chat with
|
171 |
question = st.text_input("Enter a relevant question to chat with the attached PhilDataset PDF file:")
|
172 |
|
173 |
if st.button("Submit"):
|
|
|
167 |
|
168 |
|
169 |
# Streamlit UI
|
170 |
+
st.title("Chat with HyDE + Rerank RAG App")
|
171 |
question = st.text_input("Enter a relevant question to chat with the attached PhilDataset PDF file:")
|
172 |
|
173 |
if st.button("Submit"):
|