dipsmom commited on
Commit
863b3be
1 Parent(s): bf01a78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def mathematics(topic):
22
  with st.form("my_form"):
23
  topic = st.text_area("Mathematics with Adolina")
24
 
25
- submitted = st.form_submit_button("Ask Spot")
26
  if submitted and topic:
27
  post = mathematics(topic)
28
  st.info(post)
 
22
  with st.form("my_form"):
23
  topic = st.text_area("Mathematics with Adolina")
24
 
25
+ submitted = st.form_submit_button("Ask to Spot")
26
  if submitted and topic:
27
  post = mathematics(topic)
28
  st.info(post)