rohitashva commited on
Commit
c8a7f96
Β·
verified Β·
1 Parent(s): 6f88863

Update app.py

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