Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -129,7 +129,7 @@ def main():
|
|
129 |
if st.button("Get Information"):
|
130 |
if query:
|
131 |
response = get_qa_chain(query)
|
132 |
-
st.markdown(f"**π Response:**\n\n{response}")
|
133 |
else:
|
134 |
st.write("Please enter a query to get a response.")
|
135 |
|
|
|
129 |
if st.button("Get Information"):
|
130 |
if query:
|
131 |
response = get_qa_chain(query)
|
132 |
+
st.markdown(f"**π Response:**\n\n{response[250:]}")
|
133 |
else:
|
134 |
st.write("Please enter a query to get a response.")
|
135 |
|