parthb3 commited on
Commit
2a1265a
1 Parent(s): 9851816

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks() as demo:
172
 
173
  with gr.Row():
174
  with gr.Column(scale=4):
175
- url = gr.Textbox(label="Enter YouTube video link here:",placeholder="https://www.youtube.com/watch?v=")
176
  with gr.Column(scale=1):
177
  sum_btn = gr.Button("Summarize!")
178
 
 
172
 
173
  with gr.Row():
174
  with gr.Column(scale=4):
175
+ url = gr.Textbox(label="Enter YouTube video link here:",placeholder="Place for youtube link..")
176
  with gr.Column(scale=1):
177
  sum_btn = gr.Button("Summarize!")
178