dipsmom commited on
Commit
5770062
1 Parent(s): 6677c09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def mathematics(topic):
18
  return response
19
 
20
  with st.form("my_form"):
21
- topic = st.text_area("mathematics with Adolina")
22
 
23
  submitted = st.form_submit_button("Ask Spot")
24
  if submitted and topic:
 
18
  return response
19
 
20
  with st.form("my_form"):
21
+ topic = st.text_area("Mathematics with Adolina")
22
 
23
  submitted = st.form_submit_button("Ask Spot")
24
  if submitted and topic: