cycool29 commited on
Commit
7fa0b7d
·
verified ·
1 Parent(s): 5a1d940

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,12 +90,13 @@ block.queue()
90
 
91
  with block as demo:
92
  with gr.Column():
93
- gr.Label("NeuroDetect", 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
  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",