Spaces:
Runtime error
Runtime error
| title: theolex streamlit | |
| emoji: π€ | |
| colorFrom: yellow | |
| colorTo: orange | |
| sdk: streamlit | |
| app_file: score_app.py | |
| pinned: false | |
| # theolex_streamlit | |
| ## π₯ Objectif | |
| This repository allows you to create interactive charts with streamlit in order to answer a number of data-related questions and to better highlight the information contained in the dataset. | |
| ## π₯ Installation | |
| ********************** | |
| <br> | |
| Go in your project directory and activate virtual environnement | |
| ``` | |
| cd my-project/ | |
| python3 -m venv env | |
| source ./env/bin/activate | |
| ``` | |
| Then clone the repository | |
| ``` | |
| git clone https://github.com/THEOLEX-IO/theolex_streamlit | |
| ``` | |
| Install the requirement | |
| ``` | |
| pip install -r requirements.txt | |
| ``` | |
| Run the app | |
| ``` | |
| streamlit run stream_app.py | |
| ``` | |
| ``` | |
| Link to the huggingface spaces app: https://huggingface.co/spaces/Theolex/theolex_streamlit | |
| ``` | |