Spaces:
Running
Running
crcdng
commited on
Commit
·
a743e13
1
Parent(s):
ba09a36
fix
Browse files- Gradio_UI.py +3 -3
Gradio_UI.py
CHANGED
@@ -315,14 +315,14 @@ class GradioUI:
|
|
315 |
|
316 |
banner_html=(
|
317 |
"""
|
318 |
-
<div class="cyber-banner-short bg-purple fg-white cyber-glitch-1
|
319 |
-
|
320 |
</div>
|
321 |
"""
|
322 |
)
|
323 |
|
324 |
with gr.Row():
|
325 |
-
title=gr.HTML(banner_html)
|
326 |
with gr.Row():
|
327 |
timer = gr.Timer(1)
|
328 |
gr.Textbox(render=False)
|
|
|
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 |
"""
|
322 |
)
|
323 |
|
324 |
with gr.Row():
|
325 |
+
title=gr.HTML(banner_html, elem_classes="scroll-text")
|
326 |
with gr.Row():
|
327 |
timer = gr.Timer(1)
|
328 |
gr.Textbox(render=False)
|