K00B404 commited on
Commit
4f2c688
·
verified ·
1 Parent(s): 018a88f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,7 +18,7 @@ background_html = """
18
  title_html="""
19
  <center>
20
  <div id="title-container">
21
- <h1 id="title-text">FLUX Capacitor</h1>
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: 1200px 1100px;
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;