Skip to content

Commit e583cb6

Browse files
committed
increased to 400 mb limit
1 parent a18f778 commit e583cb6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ __pycache__/
55
*.log
66
logs/
77
debug.log
8-
.streamlit/
98
testing_notebooks/
109
coverage.xml
1110

.streamlit/config.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[server]
2+
maxUploadSize = 400
3+
4+
[theme]
5+
primaryColor = "#F63366"
6+
backgroundColor = "#FFFFFF"
7+
secondaryBackgroundColor = "#F0F2F6"
8+
textColor = "#262730"
9+
font = "sans serif"

pages/05_How_to_Use.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
- Contains spectral similarity information and library matches
2727
- Can be uploaded as a file or fetched via GNPS Task ID
2828
29-
2. **Reference Metadata** (Optional - Preloaded by Default)
29+
2. **Reference Metadata** (Preloaded by Default)
3030
- Links reference spectra to their known biological origins using hierarchical ontologies
3131
- **Default behavior:** Uses preloaded foodomics reference library with food classifications
3232
- **Custom option:** Upload your own reference metadata for non-food studies

0 commit comments

Comments
 (0)