Streamlit pandas profiling

can someone help me with this error?
AttributeError: ā€˜ProfileReportā€™ object has no attribute ā€˜set_variableā€™

Traceback:

File "c:\users\partapu praneeth\appdata\local\programs\python\python37\lib\site-packages\streamlit\script_runner.py", line 354, in _run_script
    exec(code, module.__dict__)File "C:\Users\Partapu Praneeth\OneDrive\Desktop\major\app.py", line 37, in <module>
    app.run()File "C:\Users\Partapu Praneeth\OneDrive\Desktop\major\multipage.py", line 45, in run
    page['function']()File "C:\Users\Partapu Praneeth\OneDrive\Desktop\major\pages\pandas_profile_app.py", line 24, in app
    st_profile_report(pr)File "c:\users\partapu praneeth\appdata\local\programs\python\python37\lib\site-packages\streamlit_pandas_profiling\__init__.py", line 34, in st_profile_report
    profile_report.set_variable("html", {

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.