Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,5 +136,17 @@ entradas = [
|
|
136 |
|
137 |
saida = gr.outputs.JSON()
|
138 |
|
139 |
-
interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title = "avalia.EVO",
|
140 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
136 |
|
137 |
saida = gr.outputs.JSON()
|
138 |
|
139 |
+
interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title = "avalia.EVO",
|
140 |
+
description=f"""
|
141 |
+
<p style="text-align: left;"><b><span style='color: gray; font-size: 40px;'>aval</span><span style='color: black; font-size: 40px;'>ia</span><span style='color: gray; font-size: 40px;'>.se</b></p>
|
142 |
+
<p style="text-align: left;"></span>Método Evolutivo (Terreno + Construção)<br></p>
|
143 |
+
""",
|
144 |
+
theme=gr.themes.Monochrome())
|
145 |
+
interface.launch()
|
146 |
+
|
147 |
+
|
148 |
+
|
149 |
+
|
150 |
+
|
151 |
+
|
152 |
+
|