Spaces:
Sleeping
Sleeping
| title: TestChat | |
| emoji: 💻 | |
| colorFrom: yellow | |
| colorTo: green | |
| sdk: streamlit | |
| sdk_version: 1.24.0 | |
| app_file: app.py | |
| pinned: false | |
| Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference | |
| # Installation | |
| https://docs.streamlit.io/library/get-started/installation | |
| ```shell | |
| $ python -m venv .venv | |
| $ source .venv/bin/activate | |
| $ pip install -r requirements.txt | |
| $ streamlit run app.py | |
| ``` | |