Skip to content

Commit

Permalink
Added .streamlit folder. It was ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Sep 11, 2024
1 parent 86093d9 commit 1ba4793
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/NiChart_Viewer/src/.streamlit/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[client]
showSidebarNavigation = false

51 changes: 51 additions & 0 deletions src/NiChart_Viewer/src/.streamlit/pages_sections.toml
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:"

0 comments on commit 1ba4793

Please sign in to comment.