Ronoh4
commited on
Commit
·
d8b684b
1
Parent(s):
ae71491
Added app 1 file
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def query_model_with_context(question):
|
|
168 |
|
169 |
|
170 |
# Streamlit UI
|
171 |
-
st.title("Chat with HyDE and Rerank ")
|
172 |
question = st.text_input("Enter a relevant question to chat with the attached FreightsDataset file:")
|
173 |
|
174 |
if st.button("Submit"):
|
|
|
168 |
|
169 |
|
170 |
# Streamlit UI
|
171 |
+
st.title("Chat with HyDE and Rerank RAG App")
|
172 |
question = st.text_input("Enter a relevant question to chat with the attached FreightsDataset file:")
|
173 |
|
174 |
if st.button("Submit"):
|