Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -145,9 +145,9 @@ def iter_grid(n_rows, n_cols):
|
|
145 |
with gr.Column():
|
146 |
yield
|
147 |
|
148 |
-
title = "
|
149 |
with gr.Blocks(title=title) as demo:
|
150 |
-
gr.
|
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)
|