PierreHanna commited on
Commit
31c0c8e
1 Parent(s): e204a2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -91,11 +91,11 @@ with gr.Blocks() as demo:
91
  genres = gr.Label(label="Genres", show_label=False)
92
 
93
  gr.HTML("<h3>BPM</h3>")
94
- bpm = gr.TextBox(label="BPM", show_label=False)
95
 
96
  gr.HTML("<h3>Key</h3>")
97
- key = gr.TextBox(label="Key", show_label=False)
98
- mode = gr.TextBox(label="Mode", show_label=False)
99
 
100
  with gr.Column():
101
  gr.HTML("<h3>Instruments</h3>")
 
91
  genres = gr.Label(label="Genres", show_label=False)
92
 
93
  gr.HTML("<h3>BPM</h3>")
94
+ bpm = gr.Textbox(label="BPM", show_label=False)
95
 
96
  gr.HTML("<h3>Key</h3>")
97
+ key = gr.Textbox(label="Key", show_label=False)
98
+ mode = gr.Textbox(label="Mode", show_label=False)
99
 
100
  with gr.Column():
101
  gr.HTML("<h3>Instruments</h3>")