Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,6 @@ import re
|
|
14 |
from pydantic_settings import BaseSettings # Fix: import from pydantic_settings
|
15 |
# pandas_profiling import and fix
|
16 |
from ydata_profiling import ProfileReport
|
17 |
-
from streamlit_pandas_profiling import st_profile_report
|
18 |
|
19 |
import streamlit as st
|
20 |
import numpy as np
|
|
|
14 |
from pydantic_settings import BaseSettings # Fix: import from pydantic_settings
|
15 |
# pandas_profiling import and fix
|
16 |
from ydata_profiling import ProfileReport
|
|
|
17 |
|
18 |
import streamlit as st
|
19 |
import numpy as np
|