Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
·
21b50d5
1
Parent(s):
847d3b2
Update app.py
Browse files
app.py
CHANGED
@@ -262,7 +262,8 @@ if 'Predicted_target' in filtered_data.columns and not np.all(predicted_target =
|
|
262 |
lower_bound, higher_bound, mean_value = bootstrap_stats(predicted_target)
|
263 |
|
264 |
# Set the locale to Brazilian Portuguese
|
265 |
-
locale.setlocale(locale.
|
|
|
266 |
|
267 |
# Display the results with custom styling
|
268 |
st.markdown("## **Resultado da Análise Estatística**")
|
|
|
262 |
lower_bound, higher_bound, mean_value = bootstrap_stats(predicted_target)
|
263 |
|
264 |
# Set the locale to Brazilian Portuguese
|
265 |
+
locale.setlocale(locale.LC_ALL, 'pt_BR')
|
266 |
+
#locale.setlocale(locale.LC_MONETARY, 'pt_BR')
|
267 |
|
268 |
# Display the results with custom styling
|
269 |
st.markdown("## **Resultado da Análise Estatística**")
|