versae commited on
Commit
472b8ef
1 Parent(s): e897077

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ st.markdown(
106
  """
107
  )
108
 
109
- col1, col2, col3 = st.beta_columns(3)
110
  strategy = col1.selectbox("Sampling strategy", ["Gaussian", "Stepwise", "Random"])
111
  seq_len = col2.selectbox("Sequence length", [128, 512])
112
 
106
  """
107
  )
108
 
109
+ col1, col2, col3 = st.columns(3)
110
  strategy = col1.selectbox("Sampling strategy", ["Gaussian", "Stepwise", "Random"])
111
  seq_len = col2.selectbox("Sequence length", [128, 512])
112