DavidSB commited on
Commit
29773ad
·
1 Parent(s): 959529d

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="Método Evolutivo (NBR 14653-2)" )
140
  interface.launch()
 
136
 
137
  saida = gr.outputs.JSON()
138
 
139
+ interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title="Método Evolutivo (NBR 14653-2)", theme=gr.themes.Soft() )
140
  interface.launch()