Spaces:
Running
Running
File size: 441 Bytes
206927e f2789f8 206927e f2789f8 206927e f2789f8 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
title: Stock Trader
emoji: π
colorFrom: yellow
colorTo: purple
sdk: streamlit
sdk_version: 1.42.2
app_file: app.py
pinned: false
license: apache-2.0
short_description: 'Sample stock trading application'
---
## Installation Steps
1. uv init
2. uv add -r requirements.txt
3. source .venv/bin/activate
4. streamlit run deeepseek_stocktrader.py
5. need to add streamlit secrets: .streamlit/secrets.toml
6. add .streamlit/ to .gitignore
|