Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
65d60d7
1
Parent(s):
4d527e1
Update app.py
Browse files
app.py
CHANGED
@@ -84,10 +84,11 @@ iface = gr.Interface(fn=integrated_app,
|
|
84 |
],
|
85 |
outputs=[gr.Textbox(label="Cálculo"), gr.Dataframe(label="Resultados da Pesquisa")],
|
86 |
theme=gr.themes.Monochrome(),
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
|
|
92 |
|
93 |
iface.launch()
|
|
|
84 |
],
|
85 |
outputs=[gr.Textbox(label="Cálculo"), gr.Dataframe(label="Resultados da Pesquisa")],
|
86 |
theme=gr.themes.Monochrome(),
|
87 |
+
allow_flagging="manual",
|
88 |
+
flagging_options=["Dado faltando", "Resultado incorreto", "Outro"],
|
89 |
+
title = "<span style='color: gray; font-size: 48px;'>Avaliação de Bens Móveis</span>",
|
90 |
+
description=f"""
|
91 |
+
<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>
|
92 |
+
""")
|
93 |
|
94 |
iface.launch()
|