You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I was trying to run streamlit app, but encountered this error:
And I couldn't find
annotated_text
anywhere in this repo.Please how to solve this problem?
Thank you in advance.
The text was updated successfully, but these errors were encountered: