merve HF staff commited on
Commit
d833b5f
1 Parent(s): 285eddb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ def iter_grid(n_rows, n_cols):
147
 
148
  title = "Compare Classifiers!"
149
  with gr.Blocks(title=title) as demo:
150
- gr.Markdown(f"##{title}")
151
  gr.Markdown(description)
152
 
153
  input_models = list(NAME_CLF_MAPPING)
147
 
148
  title = "Compare Classifiers!"
149
  with gr.Blocks(title=title) as demo:
150
+ gr.Markdown(f"## {title}")
151
  gr.Markdown(description)
152
 
153
  input_models = list(NAME_CLF_MAPPING)