Update app.py
Browse files
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.
|
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)
|