vapit commited on
Commit
c6d5d65
·
1 Parent(s): b6dfb35

change the output box color to blue

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ with gr.Blocks(
103
  padding: 20px;
104
  border: 1px solid #212121;
105
  border-radius: 8px;
106
- background-color: #393E46;
107
  }
108
  """
109
  ) as demo:
 
103
  padding: 20px;
104
  border: 1px solid #212121;
105
  border-radius: 8px;
106
+ background-color: #0E2148;
107
  }
108
  """
109
  ) as demo: