Spaces:
Runtime error
Runtime error
Commit
·
aea9eb0
1
Parent(s):
35b50f2
Update app.py
Browse files
app.py
CHANGED
@@ -197,7 +197,7 @@ css = """
|
|
197 |
|
198 |
with gr.Blocks(css=css) as demo:
|
199 |
|
200 |
-
favicon = '<img src="https://
|
201 |
gr.Markdown(
|
202 |
f"""<h1><center>{favicon} HuggingDiffusion</center></h1>
|
203 |
"""
|
|
|
197 |
|
198 |
with gr.Blocks(css=css) as demo:
|
199 |
|
200 |
+
favicon = '<img src="https://bit.ly/49fkpJc" width="48px" style="display: inline">'
|
201 |
gr.Markdown(
|
202 |
f"""<h1><center>{favicon} HuggingDiffusion</center></h1>
|
203 |
"""
|