File size: 558 Bytes
1eef0e0
a31f255
1eef0e0
 
 
 
 
a31f255
1eef0e0
 
 
 
6d4cc80
 
 
 
 
 
 
 
 
 
 
 
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
---
title: Top Shelf
emoji: πŸš€
colorFrom: blue
colorTo: indigo
sdk: streamlit
sdk_version: 1.38.0
app_file: src/app.py
pinned: false
---

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference


## Dev install virtual environment -- python 3.11.5
```python -m venv .venv```
```source .venv/bin/activate```

## Update requirements.txt
```pip freeze > requirements.txt```

## Manual Testing
To run in google cloud shell: 
```streamlit run src/app.py --browser.serverAddress 8501-$WEB_HOST --browser.serverPort 80```