thisisdev commited on
Commit
8de9df1
·
verified ·
1 Parent(s): 5377a67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,6 +35,6 @@ resp = get_response(user_input)
35
  submit = st.button("Ask!")
36
 
37
  if submit:
38
- st.subheader("Answer: ")
39
  st.write(resp)
40
 
 
35
  submit = st.button("Ask!")
36
 
37
  if submit:
38
+ st.subheader("Answer to the query: ")
39
  st.write(resp)
40