Dea22 commited on
Commit
a9321eb
1 Parent(s): 0609eee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -64,7 +64,8 @@ theme = gr.themes.Glass(primary_hue=gr.themes.colors.gray,
64
  secondary_hue=gr.themes.colors.sky,
65
  text_size=gr.themes.sizes.text_lg).set(slider_color="#b2dcf3")
66
 
67
- with gr.Blocks(theme=theme) as demo:
 
68
 
69
  gr.Markdown('''
70
  <div>
 
64
  secondary_hue=gr.themes.colors.sky,
65
  text_size=gr.themes.sizes.text_lg).set(slider_color="#b2dcf3")
66
 
67
+ with gr.Blocks(theme=theme,
68
+ css=".gradio-container {background-color: #9ea9a9}") as demo:
69
 
70
  gr.Markdown('''
71
  <div>