NicollasMarques commited on
Commit
d142015
verified
1 Parent(s): a84393e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -168,7 +168,10 @@ with gr.Blocks(title="Sistema de Busca de Cons贸rcio Im贸vel") as demo:
168
  * {
169
  font-family: 'Poppins', sans-serif !important;
170
  }
171
-
 
 
 
172
  /* Estilo geral dos inputs */
173
  .gr-input, .gr-textbox, .gr-number, .gr-group {
174
  background-color: white !important;
 
168
  * {
169
  font-family: 'Poppins', sans-serif !important;
170
  }
171
+ body {
172
+ background-color: #28242c !important;
173
+ color: #000;
174
+ }
175
  /* Estilo geral dos inputs */
176
  .gr-input, .gr-textbox, .gr-number, .gr-group {
177
  background-color: white !important;