Spaces:
Build error
Build error
Update app.py
Browse files
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)
|