Spaces:
Running
Running
crcdng
commited on
Commit
·
a7b0e9d
1
Parent(s):
037aac3
style tag
Browse files- Gradio_UI.py +9 -1
Gradio_UI.py
CHANGED
|
@@ -266,8 +266,16 @@ class GradioUI:
|
|
| 266 |
|
| 267 |
title_html=(
|
| 268 |
"""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 269 |
<center>
|
| 270 |
-
<h1 style='font-family: Cyberpunk;
|
| 271 |
</center>
|
| 272 |
"""
|
| 273 |
)
|
|
|
|
| 266 |
|
| 267 |
title_html=(
|
| 268 |
"""
|
| 269 |
+
<style>
|
| 270 |
+
@font-face {
|
| 271 |
+
font-family: Cyberpunk;
|
| 272 |
+
src: url("Cyberpunk.otf") format("opentype");
|
| 273 |
+
font-weight: Regular;
|
| 274 |
+
font-style: normal;
|
| 275 |
+
}
|
| 276 |
+
</style>
|
| 277 |
<center>
|
| 278 |
+
<h1 style='font-family: Cyberpunk; font-size: 38px;'> Your Cyber Local Time Expert </h1>
|
| 279 |
</center>
|
| 280 |
"""
|
| 281 |
)
|