Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
3063e2a
1
Parent(s):
e0e3ad1
css_paths
Browse files- Gradio_UI.py +1 -11
Gradio_UI.py
CHANGED
@@ -287,7 +287,7 @@ class GradioUI:
|
|
287 |
def launch(self, **kwargs):
|
288 |
import gradio as gr
|
289 |
|
290 |
-
with gr.Blocks(fill_height=True, theme='crcdng/cyber',
|
291 |
|
292 |
title_html=(
|
293 |
"""
|
@@ -313,16 +313,6 @@ class GradioUI:
|
|
313 |
"""
|
314 |
)
|
315 |
|
316 |
-
banner_html=(
|
317 |
-
"""
|
318 |
-
<div class="cyber-banner">
|
319 |
-
Banner
|
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 |
time_display = gr.Textbox(label="Time", elem_classes="my-container",)
|
|
|
287 |
def launch(self, **kwargs):
|
288 |
import gradio as gr
|
289 |
|
290 |
+
with gr.Blocks(fill_height=True, theme='crcdng/cyber', css_paths="cyberpunk.css") as demo:
|
291 |
|
292 |
title_html=(
|
293 |
"""
|
|
|
313 |
"""
|
314 |
)
|
315 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
with gr.Row():
|
317 |
timer = gr.Timer(1)
|
318 |
time_display = gr.Textbox(label="Time", elem_classes="my-container",)
|