Spaces:
Runtime error
Runtime error
PixelistStudio
commited on
Commit
•
7b61fd1
1
Parent(s):
be56a1e
Update index.html
Browse files- index.html +4 -2
index.html
CHANGED
@@ -226,7 +226,7 @@ css = """"""
|
|
226 |
with gr.Blocks(css=css) as myface:
|
227 |
gr.HTML(
|
228 |
"""<!DOCTYPE html>
|
229 |
-
<html lang="
|
230 |
<head>
|
231 |
<meta charset="utf-8" />
|
232 |
<meta name="twitter:card" content="player"/>
|
@@ -238,8 +238,10 @@ with gr.Blocks(css=css) as myface:
|
|
238 |
<meta property="og:title" content="Embedded Live Viewer"/>
|
239 |
<meta property="og:description" content="Tweet Genie - A Huggingface Space"/>
|
240 |
<meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
|
241 |
-
|
242 |
</head>
|
|
|
|
|
243 |
</html>
|
244 |
"""
|
245 |
)
|
|
|
226 |
with gr.Blocks(css=css) as myface:
|
227 |
gr.HTML(
|
228 |
"""<!DOCTYPE html>
|
229 |
+
<html lang="fa">
|
230 |
<head>
|
231 |
<meta charset="utf-8" />
|
232 |
<meta name="twitter:card" content="player"/>
|
|
|
238 |
<meta property="og:title" content="Embedded Live Viewer"/>
|
239 |
<meta property="og:description" content="Tweet Genie - A Huggingface Space"/>
|
240 |
<meta property="og:image" content="https://cdn.glitch.global/80dbe92e-ce75-44af-84d5-74a2e21e9e55/omnicard.png?v=1676772531627"/>
|
241 |
+
<title>Pixelist Ai</title>
|
242 |
</head>
|
243 |
+
<body data-urlprefix="{{ url_prefix}}" dir="rtl" align="right">
|
244 |
+
</body>
|
245 |
</html>
|
246 |
"""
|
247 |
)
|