BALAKA commited on
Commit
b1c03f6
·
1 Parent(s): df18c0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -141,11 +141,10 @@ with demo:
141
  text_button4 = gr.Button("Flip")
142
  with gr.TabItem("From youtube"):
143
  with gr.Row():
144
- with gr.Column(scale=1, min_width=600):
145
- youtube_input = gr.Textbox(
146
- label="Insert your youtube link here.", placeholder='https://www.youtube.com/watch?v=dQw4w9WgXcQ')
147
- youtube_output = gr.Textbox()
148
- text_button2 = gr.Button("Flip")
149
  with gr.TabItem("From twitch"):
150
  with gr.Row():
151
  twitch_input = gr.Textbox(label="Insert your twitch link or ID here.",
 
141
  text_button4 = gr.Button("Flip")
142
  with gr.TabItem("From youtube"):
143
  with gr.Row():
144
+ youtube_input = gr.Textbox(
145
+ label="Insert your youtube link here.", placeholder='https://www.youtube.com/watch?v=dQw4w9WgXcQ')
146
+ youtube_output = gr.Textbox()
147
+ text_button2 = gr.Button("Flip")
 
148
  with gr.TabItem("From twitch"):
149
  with gr.Row():
150
  twitch_input = gr.Textbox(label="Insert your twitch link or ID here.",