fix typo
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ with gr.Blocks() as demo:
|
|
81 |
gr.Markdown("# Biological Clock Age Estimator")
|
82 |
|
83 |
# file uploader
|
84 |
-
file_input = gr.File(label="Upload your CSV file with '
|
85 |
|
86 |
# dropdown for clock selection and button to trigger computation
|
87 |
clock_selector = gr.Dropdown(choices=["Horvath", "PhenoAge", "DunedinPace", "Custom SVR"], label="Select Biological Clock")
|
|
|
81 |
gr.Markdown("# Biological Clock Age Estimator")
|
82 |
|
83 |
# file uploader
|
84 |
+
file_input = gr.File(label="Upload your CSV file with 'probes' and 'beta' columns")
|
85 |
|
86 |
# dropdown for clock selection and button to trigger computation
|
87 |
clock_selector = gr.Dropdown(choices=["Horvath", "PhenoAge", "DunedinPace", "Custom SVR"], label="Select Biological Clock")
|