Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 = "
|
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()
|