Spaces:
Sleeping
Sleeping
fschwartzer
commited on
Commit
•
b115468
1
Parent(s):
a786de5
Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ with tab3:
|
|
292 |
else:
|
293 |
st.warning(f"**Dados insuficientes para inferência do valor. Mínimo necessário:** {k_threshold}")
|
294 |
|
295 |
-
with st.spinner('
|
296 |
-
|
297 |
profile_html = profile.to_html()
|
298 |
components.html(profile_html, height=600, scrolling=True)
|
|
|
292 |
else:
|
293 |
st.warning(f"**Dados insuficientes para inferência do valor. Mínimo necessário:** {k_threshold}")
|
294 |
|
295 |
+
with st.spinner('Carregando análise...'):
|
296 |
+
profile = ProfileReport(filtered_data, title="Análise Exploratória dos Dados", explorative=True)
|
297 |
profile_html = profile.to_html()
|
298 |
components.html(profile_html, height=600, scrolling=True)
|