Spaces:
Runtime error
Runtime error
A-Duss
commited on
Commit
•
7c1e17d
1
Parent(s):
c8cbb2b
image
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ theme = gr.themes.Soft(
|
|
49 |
with gr.Blocks(theme=theme, css=css) as demo:
|
50 |
|
51 |
title = gr.HTML(
|
52 |
-
"""<h1><img src="/shitsu-logo.jpeg" alt="LightBlue"> Shitsu Text Scorer</h1>""",
|
53 |
elem_id="title",
|
54 |
)
|
55 |
gr.Markdown(
|
|
|
49 |
with gr.Blocks(theme=theme, css=css) as demo:
|
50 |
|
51 |
title = gr.HTML(
|
52 |
+
"""<h1><img src="https://huggingface.co/spaces/Dusduo/shitsu-text-scorer-demo/resolve/main/shitsu-logo.jpeg" alt="LightBlue"> Shitsu Text Scorer</h1>""",
|
53 |
elem_id="title",
|
54 |
)
|
55 |
gr.Markdown(
|