CAGmllab commited on
Commit
34fd186
1 Parent(s): 235fdb0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ class Demo:
38
  options=list(self.style_map.keys()),
39
  format_func=lambda x:self.style_map[x][0]
40
  )
41
- exp = st.sidebar.beta_expander('Knobs', expanded=True)
42
  with exp:
43
  inference_on = exp.selectbox(
44
  label='Inference on',
 
38
  options=list(self.style_map.keys()),
39
  format_func=lambda x:self.style_map[x][0]
40
  )
41
+ exp = st.sidebar.expander('Knobs', expanded=True)
42
  with exp:
43
  inference_on = exp.selectbox(
44
  label='Inference on',