Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ entradas = [
|
|
136 |
|
137 |
saida = gr.outputs.JSON()
|
138 |
|
139 |
-
interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title = "
|
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>
|
@@ -145,8 +145,3 @@ interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=said
|
|
145 |
interface.launch()
|
146 |
|
147 |
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
|
|
136 |
|
137 |
saida = gr.outputs.JSON()
|
138 |
|
139 |
+
interface = gr.Interface(fn=calcular_valor_imovel, inputs=entradas, outputs=saida, title = "<span style='color: gray; font-size: 52px;'>aval</span><span style='color: black; font-size: 52px;'>ia</span><span style='color: gray; font-size: 56px;'>.EVO</span>",
|
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>
|
|
|
145 |
interface.launch()
|
146 |
|
147 |
|
|
|
|
|
|
|
|
|
|