Update app.py
Browse files
app.py
CHANGED
|
@@ -494,6 +494,14 @@ demo = gr.TabbedInterface(
|
|
| 494 |
.gradio-container h1 {
|
| 495 |
text-align: center;
|
| 496 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 497 |
""",
|
| 498 |
)
|
| 499 |
|
|
|
|
| 494 |
.gradio-container h1 {
|
| 495 |
text-align: center;
|
| 496 |
}
|
| 497 |
+
.gradio-container h1::after {
|
| 498 |
+
content: "Fetch Webpage | Search DuckDuckGo | Code Interpreter";
|
| 499 |
+
display: block;
|
| 500 |
+
font-size: 1rem;
|
| 501 |
+
font-weight: 500;
|
| 502 |
+
opacity: 0.9;
|
| 503 |
+
margin-top: 6px;
|
| 504 |
+
}
|
| 505 |
""",
|
| 506 |
)
|
| 507 |
|