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

Update app.py

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