asigalov61 commited on
Commit
27814ce
·
verified ·
1 Parent(s): 4d700d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -161,7 +161,7 @@ if __name__ == "__main__":
161
  gr.Markdown("## MIDI identification results")
162
 
163
  output_midi_md5 = gr.Textbox(label="Input MIDI md5 hash")
164
- output_MIDID_results_table = gr.Dataframe(label="MIDID results table", wrap=True)
165
 
166
  run_event = submit.click(ID_MIDI, [input_midi,
167
  ],
 
161
  gr.Markdown("## MIDI identification results")
162
 
163
  output_midi_md5 = gr.Textbox(label="Input MIDI md5 hash")
164
+ output_MIDID_results_table = gr.Dataframe(label="MIDID results table", wrap=True, col_count=(3, 'dynamic'))
165
 
166
  run_event = submit.click(ID_MIDI, [input_midi,
167
  ],