Circularmachines commited on
Commit
a09f857
·
1 Parent(s): dc0f5b0
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ with col1:
151
 
152
  #st.session_state["model"] =
153
  #with st.form("my_form"):
154
- model=st.selectbox("Model",tuple(pred_dict.keys()),key="model")
155
 
156
  #st.form_submit_button("Submit")
157
 
 
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