Spaces:
Running
Running
Sebastiankay
commited on
Commit
•
4a27b60
1
Parent(s):
3f0b2ee
Update app.py
Browse files
app.py
CHANGED
@@ -206,7 +206,8 @@ with gr.Blocks(theme=theme, head=custom_head, css=custom_css, js=custom_js, titl
|
|
206 |
with gr.Row(elem_classes="row-header"):
|
207 |
gr.Markdown(f"""
|
208 |
<h1>{title}</h1>
|
209 |
-
<p><span style="font-weight: 600">LG Sebastian</span> <i class="winking-hand-emoji"></i> gib dem Space gerne ein <i class="heart-beat-emoji"></i></p>
|
|
|
210 |
|
211 |
with gr.Tab("Bilder Builder"):
|
212 |
with gr.Row():
|
|
|
206 |
with gr.Row(elem_classes="row-header"):
|
207 |
gr.Markdown(f"""
|
208 |
<h1>{title}</h1>
|
209 |
+
<p><span style="font-weight: 600">LG Sebastian</span> <i class="winking-hand-emoji"></i> gib dem Space gerne ein <i class="heart-beat-emoji"></i></p>
|
210 |
+
""", elem_classes="md-header",)
|
211 |
|
212 |
with gr.Tab("Bilder Builder"):
|
213 |
with gr.Row():
|