Spaces:
Sleeping
Sleeping
crcdng
commited on
Commit
·
5e6e882
1
Parent(s):
e92f9e7
more css
Browse files- Gradio_UI.py +5 -5
Gradio_UI.py
CHANGED
@@ -308,15 +308,15 @@ class GradioUI:
|
|
308 |
description_html=(
|
309 |
"""
|
310 |
<center><p>
|
311 |
-
Welcome to ChronoCore-77, the bleeding-edge time terminal jacked straight into the neon veins of Night City. Whether you're dodging corpos, chasing edgerunner gigs, or just trying to sync your implant clock, I've got the local time locked and loaded. No glitches, no lag—just pure, precise chrono-data ripped straight from the grid. Stay sharp, choom. Time waits for no one.
|
312 |
</p></center>
|
313 |
"""
|
314 |
)
|
315 |
-
|
316 |
banner_html=(
|
317 |
"""
|
318 |
-
<div class="cyber-banner">
|
319 |
-
|
320 |
</div>
|
321 |
"""
|
322 |
)
|
@@ -343,7 +343,7 @@ class GradioUI:
|
|
343 |
),
|
344 |
resizeable=True,
|
345 |
scale=2,
|
346 |
-
elem_classes="
|
347 |
)
|
348 |
# If an upload folder is provided, enable the upload feature
|
349 |
if self.file_upload_folder is not None:
|
|
|
308 |
description_html=(
|
309 |
"""
|
310 |
<center><p>
|
311 |
+
Welcome to ChronoCore-77, the bleeding-edge time terminal jacked straight into the neon veins of Night City. Whether you're dodging corpos, chasing edgerunner gigs, or just trying to sync your implant clock, I've got the local time locked and loaded. No glitches [OK a few...], no lag—just pure, precise chrono-data ripped straight from the grid. Stay sharp, choom. Time waits for no one.
|
312 |
</p></center>
|
313 |
"""
|
314 |
)
|
315 |
+
|
316 |
banner_html=(
|
317 |
"""
|
318 |
+
<div class="cyber-banner-short bg-purple fg-white">
|
319 |
+
Tannhäuser Gate Approved
|
320 |
</div>
|
321 |
"""
|
322 |
)
|
|
|
343 |
),
|
344 |
resizeable=True,
|
345 |
scale=2,
|
346 |
+
elem_classes="cyber-razor-top cyber-razor-bottom"
|
347 |
)
|
348 |
# If an upload folder is provided, enable the upload feature
|
349 |
if self.file_upload_folder is not None:
|