crcdng commited on
Commit
e272e0b
·
1 Parent(s): 83f63c0

attempt fix font

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -266,7 +266,7 @@ class GradioUI:
266
  title_html=(
267
  """
268
  <center>
269
- <h1 style='font-family: Cyberpunk; src: url("/file=/Cyberpunk.otf") format("otf"); font-size: 38px;'> Your Cyber Local Time Expert </h1>
270
  </center>
271
  """
272
  )
 
266
  title_html=(
267
  """
268
  <center>
269
+ <h1 style='font-family: Cyberpunk; src: url("Cyberpunk.otf") format("otf"); font-size: 38px;'> Your Cyber Local Time Expert </h1>
270
  </center>
271
  """
272
  )