Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def run_agents(url):
|
|
40 |
|
41 |
# β
Gradio UI
|
42 |
with gr.Blocks() as demo:
|
43 |
-
gr.Markdown("## π₯ AI Agents: YouTube Summary + Spanish Translator + Youtube Video")
|
44 |
gr.Markdown("π Enter a YouTube video URL to simulate AI agent collaboration.")
|
45 |
|
46 |
input_url = gr.Textbox(label="Paste YouTube Link")
|
|
|
40 |
|
41 |
# β
Gradio UI
|
42 |
with gr.Blocks() as demo:
|
43 |
+
<center> gr.Markdown("## π₯ AI Agents: YouTube Summary + Spanish Translator + Youtube Video") </center>
|
44 |
gr.Markdown("π Enter a YouTube video URL to simulate AI agent collaboration.")
|
45 |
|
46 |
input_url = gr.Textbox(label="Paste YouTube Link")
|