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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -18,11 +18,11 @@ def mathematics(topic):
18
  return response
19
 
20
  with st.form("my_form"):
21
- topic = st.text_area("mathematics with dipanwita")
22
 
23
- submitted = st.form_submit_button("Ask dilip")
24
  if submitted and topic:
25
  post = mathematics(topic)
26
  st.info(post)
27
  elif submitted and not topic:
28
- st.error("Please enter a topic to generate a post.")
 
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:
25
  post = mathematics(topic)
26
  st.info(post)
27
  elif submitted and not topic:
28
+ st.error("Give me problems.")