SP151 commited on
Commit
2f1d43e
1 Parent(s): 53c492c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -118,6 +118,6 @@ submit = st.button("Ask Question")
118
 
119
  if submit:
120
  st.write("Question Submitted! Report currently being generated...")
121
- st.subheader("Response:")
122
  response = chain.invoke({"question": input})
 
123
  st.write(response.strip())
 
118
 
119
  if submit:
120
  st.write("Question Submitted! Report currently being generated...")
 
121
  response = chain.invoke({"question": input})
122
+ st.subheader("Response:")
123
  st.write(response.strip())