Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Home.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
schemas:
- module: oncollamaschemav3
root_class: OncoLlamaModel
- module: oncoschema.schema
root_class: OncologyModel
```

**2. Prepare Prediction Files**
Expand Down
Empty file added pages/__init__.py
Empty file.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ streamlit>=1.28.0
pydantic>=2.0.0
pyyaml>=6.0
oncollamaschemav3 @ git+https://github.com/londonaicentre/oncollamaschemav3.git
londonaicentre-oncoschema>=2.0.2
2 changes: 2 additions & 0 deletions schemas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@
schemas:
- module: oncollamaschemav3
root_class: OncoLlamaModel
- module: oncoschema.schema
root_class: OncologyModel
Empty file added utils/__init__.py
Empty file.