Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ with gr.Blocks(theme=gr.themes.Soft(primary_hue="indigo",
|
|
128 |
|
129 |
with gr.Accordion(label = "More options", open = True):
|
130 |
cmap = gr.Radio(['Set1', 'Set2', 'Set3', 'tab10', 'tab20'], label="Choose color map: ", value = 'Set2')
|
131 |
-
dpi = gr.Slider(50, 150, value =
|
132 |
gr.HTML(notice)
|
133 |
random = gr.Button("Randomize data").style(full_width = False)
|
134 |
|
|
|
128 |
|
129 |
with gr.Accordion(label = "More options", open = True):
|
130 |
cmap = gr.Radio(['Set1', 'Set2', 'Set3', 'tab10', 'tab20'], label="Choose color map: ", value = 'Set2')
|
131 |
+
dpi = gr.Slider(50, 150, value = 75, step = 1, label = "Set the resolution: ")
|
132 |
gr.HTML(notice)
|
133 |
random = gr.Button("Randomize data").style(full_width = False)
|
134 |
|