ProfessorLeVesseur commited on
Commit
7c39bed
·
verified ·
1 Parent(s): 7964be8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -163,8 +163,8 @@ openai.api_key = st.secrets["openai_api_key"]
163
  # File uploader allows user to add their own image
164
  # uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
165
 
166
- st.write("Please upload an image in the sidebar.")
167
- st.markdown("<span style='color:green; font-weight:bold;'>Please upload an image in the sidebar.</span>", unsafe_allow_html=True)
168
 
169
  # Move the file uploader to the sidebar
170
  uploaded_file = st.sidebar.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
 
163
  # File uploader allows user to add their own image
164
  # uploaded_file = st.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])
165
 
166
+ # st.write("Please upload an image in the sidebar.")
167
+ st.markdown("<span style='color:green; font-weight:bold;'>Please upload an image in the left sidebar.</span>", unsafe_allow_html=True)
168
 
169
  # Move the file uploader to the sidebar
170
  uploaded_file = st.sidebar.file_uploader("Upload an image", type=["jpg", "png", "jpeg"])