Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
80b30f1
1
Parent(s):
d2a7787
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import subprocess
|
|
3 |
import json
|
4 |
|
5 |
st.title('AutoGen MathChat')
|
6 |
-
st.markdown('''
|
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")
|
|
|
3 |
import json
|
4 |
|
5 |
st.title('AutoGen MathChat')
|
6 |
+
st.markdown('''To 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")
|