Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",)
|
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():
|