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

Update app.py

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