shayekh commited on
Commit
dbe369c
Β·
verified Β·
1 Parent(s): 4f19df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -11
app.py CHANGED
@@ -1747,15 +1747,10 @@ def create_demo():
1747
  -webkit-background-clip: text;
1748
  -webkit-text-fill-color: transparent;
1749
  font-weight: 800 !important;
1750
- font-size: 3em !important;
1751
- margin-bottom: 0.5em !important;
1752
- text-shadow: 0px 4px 30px rgba(192, 132, 252, 0.3);
1753
- letter-spacing: -1px;
1754
- }
1755
- /* Restore emoji visibility inside gradient headings */
1756
- h1 .emoji {
1757
- -webkit-text-fill-color: initial;
1758
- font-style: normal;
1759
  }
1760
 
1761
  /* ── TAB LABELS (critical fix) ── */
@@ -1979,8 +1974,8 @@ def create_demo():
1979
  """
1980
 
1981
  with gr.Blocks(title="LocalDuo", theme=custom_theme, css=css) as demo:
1982
- gr.Markdown("# <span class='emoji'>πŸ‡°πŸ‡·</span><span class='emoji'>✨</span> LocalDuo - Learn Korean from PDFs, Websites & YouTube")
1983
- gr.Markdown("Enter a website URL 🌐, upload a PDF πŸ“„, upload an audio file 🎡, or paste a YouTube link 🎬. The app uses a **Vision-Language Model (VLM)** 🧠, **ASR** 🎀, and **TTS** πŸ—£οΈ to generate vocabulary flashcards.")
1984
 
1985
  active_tab = gr.State("Website URL")
1986
 
 
1747
  -webkit-background-clip: text;
1748
  -webkit-text-fill-color: transparent;
1749
  font-weight: 800 !important;
1750
+ font-size: 2.2em !important;
1751
+ margin-bottom: 0.3em !important;
1752
+ letter-spacing: -0.5px;
1753
+ line-height: 1.2 !important;
 
 
 
 
 
1754
  }
1755
 
1756
  /* ── TAB LABELS (critical fix) ── */
 
1974
  """
1975
 
1976
  with gr.Blocks(title="LocalDuo", theme=custom_theme, css=css) as demo:
1977
+ gr.Markdown("# LocalDuo β€” Learn Korean from PDFs, Websites & YouTube")
1978
+ gr.Markdown("πŸ‡°πŸ‡·βœ¨ Enter a website URL 🌐, upload a PDF πŸ“„, upload an audio file 🎡, or paste a YouTube link 🎬. The app uses a **Vision-Language Model (VLM)** 🧠, **ASR** 🎀, and **TTS** πŸ—£οΈ to generate vocabulary flashcards.")
1979
 
1980
  active_tab = gr.State("Website URL")
1981