Jfink09 commited on
Commit
13dafed
·
1 Parent(s): 4ca8f3a

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
80
  examples=example_list,
81
  css="""
82
  .gradio-container {background-color: #000029}
83
- .col-md-10 wow fadeIn animated {background-color: #000029}
84
  """)
85
 
86
  # Launch the demo!
 
80
  examples=example_list,
81
  css="""
82
  .gradio-container {background-color: #000029}
83
+ .mx-auto {background-color: #000029}
84
  """)
85
 
86
  # Launch the demo!