Summary
Hey , I am trying to deploy my project in streamlit but I am facing error when I tried to run streamlit facing this issue can someone please help .
Steps to reproduce
Code snippet:
File "/Users/apple/opt/anaconda3/bin/streamlit", line 8, in <module>
sys.exit(main())
File "/Users/apple/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 829, in __call__
return self.main(*args, **kwargs)
File "/Users/apple/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 782, in main
rv = self.invoke(ctx)
File "/Users/apple/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1259, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/Users/apple/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 1066, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/Users/apple/opt/anaconda3/lib/python3.8/site-packages/click/core.py", line 610, in invoke
return callback(*args, **kwargs)
File "/Users/apple/opt/anaconda3/lib/python3.8/site-packages/streamlit/web/cli.py", line 153, in main_hello
from streamlit.hello import Hello
ImportError: cannot import name 'Hello' from 'streamlit.hello' (/Users/apple/opt/anaconda3/lib/python3.8/site-packages/streamlit/hello/__init__.py)
add code here
```ImportError: cannot import name 'Hello' from 'streamlit.hello' (/Users/apple/opt
Explain the undesired behavior or error you see when you run the code above.
If you're seeing an error message, share the full contents of the error message here.
### Debug info
- Streamlit version: (get it with `$ streamlit version`)
- Python version: (get it with `$ python --version`)
- Using Conda? PipEnv? PyEnv? Pex?
- OS version:
- Browser version:
### Requirements file
Using Conda? PipEnv? PyEnv? Pex? Share the contents of your requirements file here.
Not sure what a requirements file is? Check out [this doc](https://docs.streamlit.io/streamlit-cloud/get-started/deploy-an-app/app-dependencies) and add a requirements file to your app.
### Links
* Link to your GitHub repo:
* Link to your deployed app:
### Additional information
If needed, add any other context about the problem here.