Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -26,7 +26,7 @@ openai.api_key = st.secrets["openai_api_key"]
|
|
| 26 |
# uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|
| 27 |
|
| 28 |
# st.write("Please upload an image in the sidebar.")
|
| 29 |
-
st.markdown("<span style='color:green; font-weight:bold;'>Please upload an image in the left sidebar.</span>", unsafe_allow_html=True)
|
| 30 |
|
| 31 |
# Move the file uploader to the sidebar
|
| 32 |
# uploaded_file = st.sidebar.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|
|
|
|
| 26 |
# uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|
| 27 |
|
| 28 |
# st.write("Please upload an image in the sidebar.")
|
| 29 |
+
# st.markdown("<span style='color:green; font-weight:bold;'>Please upload an image in the left sidebar.</span>", unsafe_allow_html=True)
|
| 30 |
|
| 31 |
# Move the file uploader to the sidebar
|
| 32 |
# uploaded_file = st.sidebar.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
|