Vijish commited on
Commit
1a8a3d2
1 Parent(s): 6db8171

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -133,7 +133,7 @@ if app_mode == SIDEBAR_OPTION_DEMO_IMAGE:
133
  colour[0] = clr[0]
134
  colour[1] = clr[1]
135
  colour[2] = clr[2]
136
- if app_mode == SIDEBAR_OPTION_DEMO_IMAGE:
137
  st.sidebar.write(" ------ ")
138
  option = st.sidebar.selectbox('Please select a sample image, then click Magic Time button', photos)
139
  pressed = st.sidebar.button('PoP')
 
133
  colour[0] = clr[0]
134
  colour[1] = clr[1]
135
  colour[2] = clr[2]
136
+ if app_mode == SIDEBAR_OPTION_DEMO_IMAGE:
137
  st.sidebar.write(" ------ ")
138
  option = st.sidebar.selectbox('Please select a sample image, then click Magic Time button', photos)
139
  pressed = st.sidebar.button('PoP')