Spaces:
Sleeping
Sleeping
Velayutham S commited on
Commit ·
f6383cf
1
Parent(s): 3ebf645
feat: hero tagline கற்க கசடற - Thirukkural 391
Browse files
app.py
CHANGED
|
@@ -185,8 +185,9 @@ body, .gradio-container, .gr-panel, .gr-box,
|
|
| 185 |
margin: 0 0 6px 0 !important; letter-spacing: -0.3px !important;
|
| 186 |
}
|
| 187 |
#fl-hero .fl-tagline {
|
| 188 |
-
color: rgba(255,255,255,0.
|
| 189 |
-
font-size:
|
|
|
|
| 190 |
}
|
| 191 |
#fl-hero .fl-sub {
|
| 192 |
color: rgba(255,255,255,0.65) !important;
|
|
@@ -443,7 +444,7 @@ with gr.Blocks(css=CSS, title="FeelEd Lite — Tamil TN Board AI Tutor") as demo
|
|
| 443 |
gr.HTML("""
|
| 444 |
<div id="fl-hero">
|
| 445 |
<h1>📚 FeelEd Lite</h1>
|
| 446 |
-
<p class="fl-tagline">
|
| 447 |
<p class="fl-sub">Tamil Medium · Grades 9–12 · TN Samacheer AI Tutor</p>
|
| 448 |
<div class="fl-chips">
|
| 449 |
<span class="fl-chip">🏫 Grades 9–12</span>
|
|
|
|
| 185 |
margin: 0 0 6px 0 !important; letter-spacing: -0.3px !important;
|
| 186 |
}
|
| 187 |
#fl-hero .fl-tagline {
|
| 188 |
+
color: rgba(255,255,255,0.95) !important;
|
| 189 |
+
font-size: 1.25rem; font-weight: 600; margin: 2px 0 6px 0;
|
| 190 |
+
letter-spacing: 0.5px !important;
|
| 191 |
}
|
| 192 |
#fl-hero .fl-sub {
|
| 193 |
color: rgba(255,255,255,0.65) !important;
|
|
|
|
| 444 |
gr.HTML("""
|
| 445 |
<div id="fl-hero">
|
| 446 |
<h1>📚 FeelEd Lite</h1>
|
| 447 |
+
<p class="fl-tagline">கற்க கசடற</p>
|
| 448 |
<p class="fl-sub">Tamil Medium · Grades 9–12 · TN Samacheer AI Tutor</p>
|
| 449 |
<div class="fl-chips">
|
| 450 |
<span class="fl-chip">🏫 Grades 9–12</span>
|