ProfessorLeVesseur commited on
Commit
09611fa
·
verified ·
1 Parent(s): fe2e692

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"])