Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
32252be
1
Parent(s):
c903a84
Update app.py
Browse files
app.py
CHANGED
@@ -261,9 +261,9 @@ if 'Predicted_target' in filtered_data.columns and not np.all(predicted_target =
|
|
261 |
lower_bound, higher_bound, mean_value = bootstrap_stats(predicted_target)
|
262 |
|
263 |
# Display the results with custom styling
|
264 |
-
st.markdown("##
|
265 |
-
st.write(f"
|
266 |
-
st.write(f"
|
267 |
|
268 |
|
269 |
# Display the predicted Predicted_target values
|
|
|
261 |
lower_bound, higher_bound, mean_value = bootstrap_stats(predicted_target)
|
262 |
|
263 |
# Display the results with custom styling
|
264 |
+
st.markdown("##Resultado da Análise Estatística")
|
265 |
+
st.write(f"Valor médio (R$/m²) para as características selecionadas: R$ {round(mean_value)}")
|
266 |
+
st.write(f"Os valores podem variar entre R$ {round(lower_bound)} e R$ {round(higher_bound)} dependendo das características dos imóveis.")
|
267 |
|
268 |
|
269 |
# Display the predicted Predicted_target values
|