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