Joe7oo7 commited on
Commit
748895a
·
verified ·
1 Parent(s): bc5f07c

Update gradio_app.py

Browse files

background color blue

Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -22,7 +22,7 @@ iface = gr.Interface(
22
 
23
  iface.launch(inline=True, share=True, css="""
24
  body {
25
- background-color: #f0f0f0; /* Change the background color */
26
  }
27
  .container {
28
  max-width: 800px; /* Limit the width of the container */
 
22
 
23
  iface.launch(inline=True, share=True, css="""
24
  body {
25
+ background-color: blue; /* Change the background color */
26
  }
27
  .container {
28
  max-width: 800px; /* Limit the width of the container */