Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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)
|