DigiP-AI commited on
Commit
2a1b87d
·
verified ·
1 Parent(s): ce277d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -126,11 +126,12 @@ examples = [
126
 
127
 
128
  css = """
129
- #app-container {
 
130
  max-width: 930px;
131
  margin-left: auto;
132
  margin-right: auto;
133
- ".gradio-container {background: url(https://files.123freevectors.com/wp-content/original/121381-abstract-light-grey-texture-background-image.jpg)}"
134
  }
135
  """
136
 
 
126
 
127
 
128
  css = """
129
+ app-container {
130
+ background: url(https://files.123freevectors.com/wp-content/original/121381-abstract-light-grey-texture-background-image.jpg)
131
  max-width: 930px;
132
  margin-left: auto;
133
  margin-right: auto;
134
+ ".gradio-container {}"
135
  }
136
  """
137