ui
Browse files
app.py
CHANGED
@@ -101,15 +101,15 @@ with gr.Blocks(css=css, title="YouTube Analyzer Pro - Specialized Analysis") as
|
|
101 |
)
|
102 |
|
103 |
with gr.Tab("π Youtube Channel Specialized Analysis"):
|
104 |
-
gr.HTML("<h2 style='text-align:center; color:#2C3E50; margin:20px 0;'>π Choose Your Analysis Type ~60s
|
105 |
|
106 |
with gr.Row():
|
107 |
with gr.Column(scale=2):
|
108 |
channel_input = gr.Textbox(
|
109 |
-
label="π― YouTube Channel
|
110 |
value="MrBeast",
|
111 |
-
placeholder="Enter YouTube channel
|
112 |
-
info="
|
113 |
lines=1
|
114 |
)
|
115 |
with gr.Column(scale=1):
|
|
|
101 |
)
|
102 |
|
103 |
with gr.Tab("π Youtube Channel Specialized Analysis"):
|
104 |
+
gr.HTML("<h2 style='text-align:center; color:#2C3E50; margin:20px 0;'>π Choose Your Analysis Type ~60s</h2>")
|
105 |
|
106 |
with gr.Row():
|
107 |
with gr.Column(scale=2):
|
108 |
channel_input = gr.Textbox(
|
109 |
+
label="π― YouTube Channel Name",
|
110 |
value="MrBeast",
|
111 |
+
placeholder="Enter YouTube channel Name for specialized analysis...",
|
112 |
+
info="π Extract channel name from URL - if URL is https://www.youtube.com/@MrBeast, enter 'MrBeast'",
|
113 |
lines=1
|
114 |
)
|
115 |
with gr.Column(scale=1):
|