Spaces:
Build error
Build error
Commit
·
d9f2c24
1
Parent(s):
a09f857
updates
Browse files
app.py
CHANGED
|
@@ -149,15 +149,8 @@ with col1:
|
|
| 149 |
with scol1:
|
| 150 |
st.button('Change Image', on_click=button_click)
|
| 151 |
|
| 152 |
-
#st.session_state["model"] =
|
| 153 |
-
#with st.form("my_form"):
|
| 154 |
st.selectbox("Model",tuple(pred_dict.keys()),key="model")
|
| 155 |
|
| 156 |
-
#st.form_submit_button("Submit")
|
| 157 |
-
|
| 158 |
-
#st.session_state["model"]=model
|
| 159 |
-
|
| 160 |
-
st.write(st.session_state["model"])
|
| 161 |
|
| 162 |
with scol2:
|
| 163 |
st.button('Find similar parts', on_click=find)
|
|
|
|
| 149 |
with scol1:
|
| 150 |
st.button('Change Image', on_click=button_click)
|
| 151 |
|
|
|
|
|
|
|
| 152 |
st.selectbox("Model",tuple(pred_dict.keys()),key="model")
|
| 153 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 154 |
|
| 155 |
with scol2:
|
| 156 |
st.button('Find similar parts', on_click=find)
|