Spaces:
Running
Running
File size: 501 Bytes
5feed4d 80f57fb 9047704 80f57fb 9a3210f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
---
title: Realvest App
emoji: π
colorFrom: green
colorTo: gray
sdk: streamlit
sdk_version: 1.21.0
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
```
git clone https://huggingface.co/spaces/realvest/realvest-app
pyenv install 3.9
pyenv local 3.9
poetry env use 3.9.17
poetry install
poetry shell
```
Generate requirements.txt
```
poetry export --without-hashes --format=requirements.txt > requirements.txt
``` |