-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added .streamlit folder. It was ignored
- Loading branch information
gurayerus
committed
Sep 11, 2024
1 parent
86093d9
commit 1ba4793
Showing
2 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[client] | ||
showSidebarNavigation = false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
|
||
[[pages]] | ||
path = "pages/home.py" | ||
name = "Home" | ||
icon = "🏠" | ||
|
||
[[pages]] | ||
name = "Image Processing" | ||
is_section = true | ||
icon = ":file_folder:" | ||
|
||
[[pages]] | ||
path = "pages/img_process_sMRI.py" | ||
name = "DLMUSE" | ||
icon = ":black_small_square:" | ||
|
||
[[pages]] | ||
name = "Data Analytics" | ||
is_section = true | ||
icon = ":file_folder:" | ||
|
||
[[pages]] | ||
path = "pages/workflow_sMRI.py" | ||
name = "sMRI Workflow" | ||
icon = ":black_small_square:" | ||
|
||
[[pages]] | ||
name = "Visualizations" | ||
is_section = true | ||
icon = ":file_folder:" | ||
|
||
[[pages]] | ||
path = "pages/view_plot_data.py" | ||
name = "Plot Data" | ||
icon = ":black_small_square:" | ||
|
||
[[pages]] | ||
path = "pages/view_plot_centiles.py" | ||
name = "Plot Centiles" | ||
icon = ":black_small_square:" | ||
|
||
[[pages]] | ||
path = "pages/view_plot_subject.py" | ||
name = "Plot Subject" | ||
icon = ":black_small_square:" | ||
|
||
[[pages]] | ||
path = "pages/view_img.py" | ||
name = "View Image" | ||
icon = ":black_small_square:" | ||
|