DavidSB commited on
Commit
dd43814
·
1 Parent(s): d3491eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,5 +136,5 @@ entradas = [
136
 
137
  saida = gr.outputs.JSON()
138
 
139
- interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title = "<span style='color: teal;'>avalia.EVO</span>", description="Método Evolutivo (Terreno + Construção)",theme=gr.themes.Soft(primary_hue="teal",secondary_hue="teal"))
140
  interface.launch()
 
136
 
137
  saida = gr.outputs.JSON()
138
 
139
+ interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title = "avalia.EVO", description="Método Evolutivo (Terreno + Construção)",theme=gr.themes.Monochrome())
140
  interface.launch()