merve HF staff commited on
Commit
5a5f0d2
·
1 Parent(s): 03ab24e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = 100, step = 1, label = "Set the resolution: ")
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