Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ tutor = MathTutor()
|
|
| 6 |
st.title("Assistant API → Math Tutor")
|
| 7 |
if st.text_input('Please Enter the access code') == os.environ['password']:
|
| 8 |
|
| 9 |
-
user_input = st.text_input('What math problem
|
| 10 |
|
| 11 |
with st.spinner('Sit back and relax. Let me think for a while'):
|
| 12 |
if st.button('Give Me Solution'):
|
|
|
|
| 6 |
st.title("Assistant API → Math Tutor")
|
| 7 |
if st.text_input('Please Enter the access code') == os.environ['password']:
|
| 8 |
|
| 9 |
+
user_input = st.text_input('What math problem are you facing, Please tell me...')
|
| 10 |
|
| 11 |
with st.spinner('Sit back and relax. Let me think for a while'):
|
| 12 |
if st.button('Give Me Solution'):
|