Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ st.markdown(
|
|
106 |
"""
|
107 |
)
|
108 |
|
109 |
-
col1, col2, col3 = st.
|
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 |
|