DavidSB commited on
Commit
cffed16
·
1 Parent(s): dd43814

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +14 -2
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", description="Método Evolutivo (Terreno + Construção)",theme=gr.themes.Monochrome())
140
- interface.launch()
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+