Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ from diffusers import StableDiffusionXLPipeline, EulerAncestralDiscreteScheduler
|
|
11 |
|
12 |
#Load the HTML content
|
13 |
html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
14 |
-
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;" align="
|
15 |
|
16 |
|
17 |
DESCRIPTIONx = """## STABLE HAMSTER
|
|
|
11 |
|
12 |
#Load the HTML content
|
13 |
html_file_url = "https://prithivmlmods-hamster-static.static.hf.space/index.html"
|
14 |
+
html_content = f'<iframe src="{html_file_url}" style="width:100%; height:180px; border:none;" align="right" height="60"></iframe>'
|
15 |
|
16 |
|
17 |
DESCRIPTIONx = """## STABLE HAMSTER
|