Samarth991 commited on
Commit
1441dc4
·
verified ·
1 Parent(s): 3a28fe2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ with gr.Blocks(css=css) as demo:
159
  clean_chat_btn = gr.Button("Delete Chat")
160
 
161
  with gr.Column():
162
- with gr.Box():
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)
 
159
  clean_chat_btn = gr.Button("Delete Chat")
160
 
161
  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",).style(full_width = False)