Spaces:
Runtime error
Runtime error
Commit
·
55223f8
1
Parent(s):
19c3b35
Update app.py
Browse files
app.py
CHANGED
@@ -22,4 +22,4 @@ if st.button('Solve'):
|
|
22 |
)
|
23 |
st.write(result.strip())
|
24 |
else:
|
25 |
-
st.write("Please provide both API key and
|
|
|
22 |
)
|
23 |
st.write(result.strip())
|
24 |
else:
|
25 |
+
st.write("Please provide both Open API key and programming problem.")
|