Spaces:
Running
Running
Romain Graux
commited on
Commit
·
89c8c01
1
Parent(s):
3419713
Update the plot values
Browse files
app.py
CHANGED
@@ -273,9 +273,9 @@ def main():
|
|
273 |
|
274 |
plotmode = st.number_input(
|
275 |
"Plot Mode",
|
276 |
-
min_value=
|
277 |
max_value=3,
|
278 |
-
value=
|
279 |
help="Different plot modes",
|
280 |
)
|
281 |
seed = st.number_input(
|
|
|
273 |
|
274 |
plotmode = st.number_input(
|
275 |
"Plot Mode",
|
276 |
+
min_value=1,
|
277 |
max_value=3,
|
278 |
+
value=2,
|
279 |
help="Different plot modes",
|
280 |
)
|
281 |
seed = st.number_input(
|