Spaces:
Running
Running
crcdng
commited on
Commit
·
8de0f49
1
Parent(s):
832d1e4
adding inline css
Browse files- Gradio_UI.py +1 -1
Gradio_UI.py
CHANGED
@@ -266,7 +266,7 @@ class GradioUI:
|
|
266 |
title=(
|
267 |
"""
|
268 |
<center>
|
269 |
-
<h1> Your Cyber Local Time Expert </h1>
|
270 |
</center>
|
271 |
"""
|
272 |
)
|
|
|
266 |
title=(
|
267 |
"""
|
268 |
<center>
|
269 |
+
<h1 style='font-family: Cyberpunk; font-size: 38px;'> Your Cyber Local Time Expert </h1>
|
270 |
</center>
|
271 |
"""
|
272 |
)
|