suil0109 commited on
Commit
cc08a29
Β·
1 Parent(s): e7251ed
Files changed (1) hide show
  1. app.py +4 -4
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(</h2>")
105
 
106
  with gr.Row():
107
  with gr.Column(scale=2):
108
  channel_input = gr.Textbox(
109
- label="🎯 YouTube Channel ID",
110
  value="MrBeast",
111
- placeholder="Enter YouTube channel ID for specialized analysis...",
112
- info="πŸ’‘ We'll analyze your selected number of videos or shorts with detailed comment insights",
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):