Zhenev commited on
Commit
de9601f
β€’
1 Parent(s): 1b0768f

Fixing the title in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def iter_grid(n_rows, n_cols):
122
 
123
  input_models = ["SVC - linear kernel", "Logistic Regression"]
124
 
125
- title = "πŸ”¬ Receiver Operating Characteristic (ROC) with cross validation"
126
  with gr.Blocks(title=title) as demo:
127
  gr.Markdown(f"## {title}")
128
  gr.Markdown(
 
122
 
123
  input_models = ["SVC - linear kernel", "Logistic Regression"]
124
 
125
+ title = "πŸ”¬ Receiver Operating Characteristic (ROC) with Cross Validation"
126
  with gr.Blocks(title=title) as demo:
127
  gr.Markdown(f"## {title}")
128
  gr.Markdown(