Samarth991 commited on
Commit
936a057
·
verified ·
1 Parent(s): 1441dc4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ with gr.Blocks(css=css) as demo:
162
  with gr.Row():
163
  youtube_link = gr.Textbox(label="Add your you tube Link",text_align='left',autofocus=True)
164
  with gr.Row():
165
- load_youtube_bt = gr.Button("Process Youtube Link",).style(full_width = False)
166
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive = False)
167
 
168
  with gr.Column():
 
162
  with gr.Row():
163
  youtube_link = gr.Textbox(label="Add your you tube Link",text_align='left',autofocus=True)
164
  with gr.Row():
165
+ load_youtube_bt = gr.Button("Process Youtube Link",)
166
  langchain_status = gr.Textbox(label="Status", placeholder="", interactive = False)
167
 
168
  with gr.Column():