Update app.py
Browse files
app.py
CHANGED
@@ -575,7 +575,8 @@ demo = gr.TabbedInterface(
|
|
575 |
.gradio-container h1 {
|
576 |
text-align: center;
|
577 |
}
|
578 |
-
|
|
|
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;
|