Circularmachines commited on
Commit
0174071
·
1 Parent(s): c954bb1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if "draw" not in st.session_state:
44
  st.session_state["draw"] = True
45
 
46
  if "model" not in st.session_state:
47
- st.session_state["model"] = pred_dict.keys()[0]
48
 
49
 
50
  def patch(ij):
 
44
  st.session_state["draw"] = True
45
 
46
  if "model" not in st.session_state:
47
+ st.session_state["model"] = tuple(pred_dict.keys())[0]
48
 
49
 
50
  def patch(ij):