Spaces:
Running
Running
JiawenChenn
commited on
Commit
·
23251cb
1
Parent(s):
bdf9445
update
Browse files
app.R
CHANGED
|
@@ -106,7 +106,7 @@ ui <- navbarPage(
|
|
| 106 |
hr(), # Add a horizontal rule
|
| 107 |
#checkboxInput("show_gene_exp", "Show gene expression (take a while to load the data)", FALSE),
|
| 108 |
input_task_button("show_gene_exp", "Show gene expression"),
|
| 109 |
-
p("(take a while to load the data)"),
|
| 110 |
selectizeInput('gene_name','Gene',c(''), selected = '',multiple=TRUE),
|
| 111 |
tags$style(type = 'text/css',".selectize-input { word-wrap : break-word;}.selectize-dropdown {word-wrap : break-word;} "),
|
| 112 |
tags$style(htmltools::HTML("
|
|
@@ -167,7 +167,7 @@ ui <- navbarPage(
|
|
| 167 |
position='left',
|
| 168 |
selectizeInput('atlas_slide_name','Slide',slide_name, selected = 'GSE197023_GSM5907096',multiple=FALSE),
|
| 169 |
selectizeInput('atlas_method','Method',names(method_colors), selected = 'nnSVG',multiple=FALSE),
|
| 170 |
-
numericInput("digits", "Number of
|
| 171 |
),
|
| 172 |
mainPanel(
|
| 173 |
code('All SVG sets could be downloaded at https://huggingface.co/datasets/jiawennnn/STimage-benchmark-data/'),
|
|
|
|
| 106 |
hr(), # Add a horizontal rule
|
| 107 |
#checkboxInput("show_gene_exp", "Show gene expression (take a while to load the data)", FALSE),
|
| 108 |
input_task_button("show_gene_exp", "Show gene expression"),
|
| 109 |
+
p("(It may take a while to load the data, thanks for your patience)"),
|
| 110 |
selectizeInput('gene_name','Gene',c(''), selected = '',multiple=TRUE),
|
| 111 |
tags$style(type = 'text/css',".selectize-input { word-wrap : break-word;}.selectize-dropdown {word-wrap : break-word;} "),
|
| 112 |
tags$style(htmltools::HTML("
|
|
|
|
| 167 |
position='left',
|
| 168 |
selectizeInput('atlas_slide_name','Slide',slide_name, selected = 'GSE197023_GSM5907096',multiple=FALSE),
|
| 169 |
selectizeInput('atlas_method','Method',names(method_colors), selected = 'nnSVG',multiple=FALSE),
|
| 170 |
+
numericInput("digits", "Number of decimal places", value = 2, min = 0, max = 20)
|
| 171 |
),
|
| 172 |
mainPanel(
|
| 173 |
code('All SVG sets could be downloaded at https://huggingface.co/datasets/jiawennnn/STimage-benchmark-data/'),
|