Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
448a882
1
Parent(s):
f3d7ae3
dnd update
Browse files
app.py
CHANGED
@@ -2400,9 +2400,20 @@ body {background: url('https://www.transparenttextures.com/patterns/black-linen.
|
|
2400 |
|
2401 |
with gr.Blocks(theme="YTheme/Minecraft", css=css, delete_cache=(60, 60)) as app:
|
2402 |
title = gr.HTML(
|
2403 |
-
|
2404 |
-
|
2405 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2406 |
selected_index = gr.State(None)
|
2407 |
with gr.Row():
|
2408 |
with gr.Column(scale=3):
|
|
|
2400 |
|
2401 |
with gr.Blocks(theme="YTheme/Minecraft", css=css, delete_cache=(60, 60)) as app:
|
2402 |
title = gr.HTML(
|
2403 |
+
"""
|
2404 |
+
<div id="title">
|
2405 |
+
<h1>⚔️ ChatDnD.net Legendary Quests ⚔️</h1>
|
2406 |
+
<p>
|
2407 |
+
<strong>Unleash Your Imagination!</strong> Create heroes, maps, quests, and epic scenes to bring your campaigns to life.
|
2408 |
+
Tailored for adventurers seeking inspiration or Dungeon Masters constructing their next grand story. <br>
|
2409 |
+
<a href="https://chatdnd.net" target="_blank">Visit Our Website</a> |
|
2410 |
+
<a href="https://buymeacoffee.com/watchoutformike" target="_blank">Support Us</a>
|
2411 |
+
</p>
|
2412 |
+
</div>
|
2413 |
+
""",
|
2414 |
+
elem_id="title",
|
2415 |
+
)
|
2416 |
+
|
2417 |
selected_index = gr.State(None)
|
2418 |
with gr.Row():
|
2419 |
with gr.Column(scale=3):
|