Spaces:
Sleeping
Sleeping
4kasha
commited on
Commit
·
302eb57
1
Parent(s):
c104270
fix
Browse files
app.py
CHANGED
@@ -106,7 +106,7 @@ with gr.Blocks() as demo:
|
|
106 |
""")
|
107 |
|
108 |
with gr.Row():
|
109 |
-
plot = gr.Plot(value=create_initial_plot(
|
110 |
with gr.Row():
|
111 |
grid_size = gr.Slider(
|
112 |
minimum=20, maximum=200, step=10, value=150,
|
|
|
106 |
""")
|
107 |
|
108 |
with gr.Row():
|
109 |
+
plot = gr.Plot(value=create_initial_plot(150))
|
110 |
with gr.Row():
|
111 |
grid_size = gr.Slider(
|
112 |
minimum=20, maximum=200, step=10, value=150,
|