DigiP-AI commited on
Commit
a876b13
·
verified ·
1 Parent(s): a4b0c71

Update app.py

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