tanveeshsingh commited on
Commit
0d45d87
·
1 Parent(s): 17b2581

Change colors

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -115,7 +115,7 @@ def update_sample(sample):
115
  import gradio as gr
116
  dark_css = """
117
  body {
118
- background-color: #1a1a1a !important;
119
  color: #f5f5f5 !important;
120
  }
121
  .gradio-app {
@@ -127,11 +127,11 @@ gradio-app {
127
  color: #FFFFFF !important;
128
  }
129
  .gradio-container {
130
- background-color: #1a1a1a !important;
131
  color: #FFFFFF !important;
132
  }
133
  .container {
134
- background-color: #1a1a1a !important;
135
  color: #FFFFFF !important;
136
  }
137
  .form {
 
115
  import gradio as gr
116
  dark_css = """
117
  body {
118
+ background-color: #0E0F11 !important;
119
  color: #f5f5f5 !important;
120
  }
121
  .gradio-app {
 
127
  color: #FFFFFF !important;
128
  }
129
  .gradio-container {
130
+ background-color: #0E0F11 !important;
131
  color: #FFFFFF !important;
132
  }
133
  .container {
134
+ background-color: #0E0F11 !important;
135
  color: #FFFFFF !important;
136
  }
137
  .form {