Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ background_html = """
|
|
18 |
title_html="""
|
19 |
<center>
|
20 |
<div id="title-container">
|
21 |
-
<h1 id="title-text">
|
22 |
</div>
|
23 |
</center>
|
24 |
"""
|
@@ -26,7 +26,7 @@ title_html="""
|
|
26 |
css = """
|
27 |
.gradio-container {
|
28 |
background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
|
29 |
-
background-size:
|
30 |
background-repeat: no-repeat;
|
31 |
background-position: center;
|
32 |
background-attachment: fixed;
|
|
|
18 |
title_html="""
|
19 |
<center>
|
20 |
<div id="title-container">
|
21 |
+
<h1 id="title-text">ChatBot</h1>
|
22 |
</div>
|
23 |
</center>
|
24 |
"""
|
|
|
26 |
css = """
|
27 |
.gradio-container {
|
28 |
background: url(https://huggingface.co/spaces/K00B404/FLUX.1-Dev-Serverless-darn-enhanced-prompt/resolve/main/edge.png);
|
29 |
+
background-size: 1400px 1000px;
|
30 |
background-repeat: no-repeat;
|
31 |
background-position: center;
|
32 |
background-attachment: fixed;
|