Spaces:
Runtime error
Runtime error
Commit ·
d2a7787
1
Parent(s): a5e9c53
Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import json
|
|
| 5 |
st.title('AutoGen MathChat')
|
| 6 |
st.markdown('''Learn more join https://www.meetup.com/florence-aws-user-group-meetup/''')
|
| 7 |
|
| 8 |
-
api_key = st.text_input("Enter your API Key:",type="password")
|
| 9 |
math_problem = st.text_input("Enter your math problem:", "integrate x^2 from 0 to 5")
|
| 10 |
|
| 11 |
if st.button('Solve'):
|
|
|
|
| 5 |
st.title('AutoGen MathChat')
|
| 6 |
st.markdown('''Learn more join https://www.meetup.com/florence-aws-user-group-meetup/''')
|
| 7 |
|
| 8 |
+
api_key = st.text_input("Enter your Openai API Key:",type="password")
|
| 9 |
math_problem = st.text_input("Enter your math problem:", "integrate x^2 from 0 to 5")
|
| 10 |
|
| 11 |
if st.button('Solve'):
|