Gramformer icon indicating copy to clipboard operation
Gramformer copied to clipboard

No module named 'annotated_text' in streamlit_app.py

Open turinaf opened this issue 1 year ago • 1 comments

I was trying to run streamlit app, but encountered this error:

ModuleNotFoundError: No module named 'annotated_text'
Traceback:
File "C:\.........\lib\site-packages\streamlit\script_runner.py", line 333, in _run_script
    exec(code, module.__dict__)
File ".........\Gramformer\streamlit_app.py", line 1, in <module>
    from annotated_text import annotated_text

And I couldn't find annotated_text anywhere in this repo.

Please how to solve this problem? Thank you in advance.

turinaf avatar Apr 12 '23 08:04 turinaf

Try pip install st-annotated-text

akesh1235 avatar Jun 07 '23 18:06 akesh1235