chrisli commited on
Commit
64bca9c
1 Parent(s): 9f0aa60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from definitions import *
2
 
3
  st.set_option('deprecation.showPyplotGlobalUse', False)
4
- st.sidebar.subheader("请选择模型参数12345:sunglasses:")
5
 
6
  num_leaves = st.sidebar.slider(label = 'num_leaves', min_value = 4,
7
  max_value = 200 ,
 
1
  from definitions import *
2
 
3
  st.set_option('deprecation.showPyplotGlobalUse', False)
4
+ st.sidebar.subheader("请选择模型参数:sunglasses:")
5
 
6
  num_leaves = st.sidebar.slider(label = 'num_leaves', min_value = 4,
7
  max_value = 200 ,