FJDorfner commited on
Commit
02bf6b9
·
verified ·
1 Parent(s): d86379e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -99,10 +99,10 @@ def predict_image(input_image, input_file):
99
 
100
 
101
 
102
- with gr.Blocks(css=css, title="Anatomy Aware axSpA") as iface:
103
 
104
  gr.Markdown("# Anatomy-Aware Image Classification for radiographic axSpA")
105
- gr.Markdown(description_markdown, elem_classes="markdown-block")
106
 
107
  with gr.Row():
108
  with gr.Column():
 
99
 
100
 
101
 
102
+ with gr.Blocks(title="Anatomy Aware axSpA") as iface:
103
 
104
  gr.Markdown("# Anatomy-Aware Image Classification for radiographic axSpA")
105
+ gr.Markdown(description_markdown)
106
 
107
  with gr.Row():
108
  with gr.Column():