Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -99,5 +99,3 @@ else:
|
|
99 |
# Warnings for user action required
|
100 |
if not uploaded_file and analyze_button:
|
101 |
st.warning("Please upload an image.")
|
102 |
-
if not api_key:
|
103 |
-
st.warning("Please enter your OpenAI API key.")
|
|
|
99 |
# Warnings for user action required
|
100 |
if not uploaded_file and analyze_button:
|
101 |
st.warning("Please upload an image.")
|
|
|
|