crcdng commited on
Commit
7bb1b7e
·
1 Parent(s): 9c536c6
Files changed (1) hide show
  1. Gradio_UI.py +2 -1
Gradio_UI.py CHANGED
@@ -315,7 +315,7 @@ class GradioUI:
315
 
316
  banner_html=(
317
  """
318
- <div class="cyber-banner-short bg-purple fg-white">
319
  Tannhäuser Gate Approved
320
  </div>
321
  """
@@ -343,6 +343,7 @@ class GradioUI:
343
  ),
344
  resizeable=True,
345
  scale=2,
 
346
  )
347
  # If an upload folder is provided, enable the upload feature
348
  if self.file_upload_folder is not None:
 
315
 
316
  banner_html=(
317
  """
318
+ <div class="cyber-banner-short bg-purple fg-white cyber-glitch-1">
319
  Tannhäuser Gate Approved
320
  </div>
321
  """
 
343
  ),
344
  resizeable=True,
345
  scale=2,
346
+ elem_classes="cyber-glitch-1",
347
  )
348
  # If an upload folder is provided, enable the upload feature
349
  if self.file_upload_folder is not None: