Update app.py
Browse files
app.py
CHANGED
@@ -90,12 +90,13 @@ block.queue()
|
|
90 |
|
91 |
with block as demo:
|
92 |
with gr.Column():
|
93 |
-
gr.Label("
|
94 |
# gr.Label(
|
95 |
# "A Stress-free, Portable, and Cost-effective Machine Learning-Powered Web Application for Early Detection of Multiple Neurological Disorders through Spiral Drawing Analysis",
|
96 |
# elem_id="desc-label",
|
97 |
# show_label=False,
|
98 |
# )
|
|
|
99 |
with gr.Row():
|
100 |
image_input = gr.Image(
|
101 |
type="filepath",
|
|
|
90 |
|
91 |
with block as demo:
|
92 |
with gr.Column():
|
93 |
+
gr.Label("Spiral-ND", elem_id="title-label", show_label=False)
|
94 |
# gr.Label(
|
95 |
# "A Stress-free, Portable, and Cost-effective Machine Learning-Powered Web Application for Early Detection of Multiple Neurological Disorders through Spiral Drawing Analysis",
|
96 |
# elem_id="desc-label",
|
97 |
# show_label=False,
|
98 |
# )
|
99 |
+
gr.Markdown("<br>")
|
100 |
with gr.Row():
|
101 |
image_input = gr.Image(
|
102 |
type="filepath",
|