crcdng commited on
Commit
037aac3
·
1 Parent(s): ed97f95

attempt fix

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