Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ import os
|
|
| 3 |
from assistant_api import MathTutor
|
| 4 |
|
| 5 |
tutor = MathTutor()
|
| 6 |
-
st.title("Assistant API
|
| 7 |
if st.text_input('Please Enter the access code') == os.environ['password']:
|
| 8 |
|
| 9 |
user_input = st.text_input('What math problem do you have, please tell me.')
|
|
|
|
| 3 |
from assistant_api import MathTutor
|
| 4 |
|
| 5 |
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 do you have, please tell me.')
|