Nymbo commited on
Commit
42e6fbf
·
verified ·
1 Parent(s): d4aea08

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -575,7 +575,8 @@ demo = gr.TabbedInterface(
575
  .gradio-container h1 {
576
  text-align: center;
577
  }
578
- .gradio-container h1::after {
 
579
  content: "Fetch Webpage | Search DuckDuckGo | Code Interpreter";
580
  display: block;
581
  font-size: 1rem;
 
575
  .gradio-container h1 {
576
  text-align: center;
577
  }
578
+ /* Apply the subtitle only to the first (main) H1 to avoid duplicates on tab titles */
579
+ .gradio-container h1:first-of-type::after {
580
  content: "Fetch Webpage | Search DuckDuckGo | Code Interpreter";
581
  display: block;
582
  font-size: 1rem;