Tapanat commited on
Commit
5df9e7e
1 Parent(s): 4445d5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def main():
14
  room = st.selectbox("Room", min_value=1, max_value=4)
15
  partition = st.selectbox("Partitions",min_value=1, max_value=3)
16
  rows = st.selectbox("Rows",min_value=1, max_value=2)
17
- columns = st.selectbox("Columns",,min_value=1, max_value=2)
18
 
19
 
20
  clicked = st.form_submit_button("Predict Color")
 
14
  room = st.selectbox("Room", min_value=1, max_value=4)
15
  partition = st.selectbox("Partitions",min_value=1, max_value=3)
16
  rows = st.selectbox("Rows",min_value=1, max_value=2)
17
+ columns = st.selectbox("Columns",min_value=1, max_value=2)
18
 
19
 
20
  clicked = st.form_submit_button("Predict Color")