asigalov61 commited on
Commit
8a2d882
·
verified ·
1 Parent(s): 9800628

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -266,7 +266,7 @@ if __name__ == "__main__":
266
  iinput_first_note_MIDI_pitch = gr.Slider(1, 127, value=60, step=1, label="First note MIDI pitch")
267
 
268
  run_btn = gr.Button("Generate melody", variant="primary")
269
- clear_btn = gr.ClearButton(components=[input_parsons_code])
270
 
271
  gr.Markdown("## Output results")
272
 
 
266
  iinput_first_note_MIDI_pitch = gr.Slider(1, 127, value=60, step=1, label="First note MIDI pitch")
267
 
268
  run_btn = gr.Button("Generate melody", variant="primary")
269
+ gr.ClearButton(components=input_parsons_code)
270
 
271
  gr.Markdown("## Output results")
272