hra commited on
Commit
663188e
1 Parent(s): 653c1a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -94,7 +94,6 @@ with gr.Blocks() as demo:
94
  with gr.Column():
95
  textbox1 = gr.Textbox(placeholder="Enter song name...", lines=1,label='Song')
96
  textbox2 = gr.Textbox(placeholder="Enter band/ artist name...", lines=1,label='Band/ Artist')
97
- with gr.Row():
98
  with gr.Column():
99
  btn = gr.Button("Recommend")
100
  output1 = gr.Textbox(lines=2,label='Music Recommendations')
 
94
  with gr.Column():
95
  textbox1 = gr.Textbox(placeholder="Enter song name...", lines=1,label='Song')
96
  textbox2 = gr.Textbox(placeholder="Enter band/ artist name...", lines=1,label='Band/ Artist')
 
97
  with gr.Column():
98
  btn = gr.Button("Recommend")
99
  output1 = gr.Textbox(lines=2,label='Music Recommendations')