DavidSB commited on
Commit
6420791
·
1 Parent(s): ee02d2d

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 = "avaliaFACTOR", description="Método Evolutivo (Terreno + Construção)", theme=gr.themes.Soft() )
140
  interface.launch()
 
136
 
137
  saida = gr.outputs.JSON()
138
 
139
+ interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title = "avaliaEVO", description="Método Evolutivo (Terreno + Construção)", theme=gr.themes.Soft() )
140
  interface.launch()