Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
205d4a0
1
Parent(s):
3992853
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,11 @@ def integrated_app(query):
|
|
49 |
iface = gr.Interface(fn=integrated_app,
|
50 |
inputs=gr.Textbox(label="Digite sua consulta"),
|
51 |
outputs=[gr.Textbox(label="Preço Mediano"), gr.Dataframe(label="Resultados da Pesquisa")],
|
52 |
-
|
53 |
-
|
|
|
|
|
|
|
|
|
54 |
|
55 |
iface.launch()
|
|
|
49 |
iface = gr.Interface(fn=integrated_app,
|
50 |
inputs=gr.Textbox(label="Digite sua consulta"),
|
51 |
outputs=[gr.Textbox(label="Preço Mediano"), gr.Dataframe(label="Resultados da Pesquisa")],
|
52 |
+
theme=gr.themes.Monochrome(),
|
53 |
+
title = "<span style='color: gray; font-size: 48px;'>aval</span><span style='color: gray; font-size: 48px;'>ia</span><span style='color: gray; font-size: 48px;'>.BEN</span>",
|
54 |
+
description=f"""
|
55 |
+
<p style="text-align: left;"><b><span style='color: gray; font-size: 40px;'>aval</span><span style='color: gray; font-size: 40px;'>ia</span><span style='color: gray; font-size: 40px;'>.se</b></p>
|
56 |
+
<p style="text-align: left;"></span>Aplicativo para avaliação de bens móveis</p>
|
57 |
+
""")
|
58 |
|
59 |
iface.launch()
|