Spaces:
Runtime error
Runtime error
Commit
·
a7cf037
1
Parent(s):
0918394
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ st.title('AutoGen Multi-Agent Programmer')
|
|
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 |
-
programming_problem = st.
|
10 |
|
11 |
if st.button('Solve'):
|
12 |
if api_key and programming_problem:
|
|
|
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 |
+
programming_problem = st.text_area("Enter your programming task:", "Write a program that calculates the number of a Hebrew word using the gematria, and write a test for יהוה which should be 26", height=100)
|
10 |
|
11 |
if st.button('Solve'):
|
12 |
if api_key and programming_problem:
|