Jfink09 commited on
Commit
3d7e95d
·
1 Parent(s): 13dafed

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -79,8 +79,8 @@ demo = gr.Interface(fn=predict, # mapping function from input to output
79
  # Create examples list from "examples/" directory
80
  examples=example_list,
81
  css="""
82
- .gradio-container {background-color: #000029}
83
- .mx-auto {background-color: #000029}
84
  """)
85
 
86
  # Launch the demo!
 
79
  # Create examples list from "examples/" directory
80
  examples=example_list,
81
  css="""
82
+ .gradio-container {background-color: #0B0F19}
83
+ .mx-auto {background-color: #0B0F19}
84
  """)
85
 
86
  # Launch the demo!