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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -145,9 +145,9 @@ def iter_grid(n_rows, n_cols):
145
  with gr.Column():
146
  yield
147
 
148
- title = "Classification"
149
  with gr.Blocks(title=title) as demo:
150
- gr.HTML(f"<b>{title}</b>")
151
  gr.Markdown(description)
152
 
153
  input_models = list(NAME_CLF_MAPPING)
 
145
  with gr.Column():
146
  yield
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)