ZeroCommand commited on
Commit
a48ba21
1 Parent(s): 5de0e8a

change comfirm label title to comfirm preprocess

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -298,7 +298,7 @@ with gr.Blocks(theme=theme) as iface:
298
  with gr.Row(visible=False) as preview_row:
299
  gr.Markdown('''
300
  <h1 style="text-align: center;">
301
- Confirm Label Details
302
  </h1>
303
  Base on your model and dataset, we inferred this label mapping and feature mapping. <b>If the mapping is incorrect, please modify it in the table below.</b>
304
  ''')
 
298
  with gr.Row(visible=False) as preview_row:
299
  gr.Markdown('''
300
  <h1 style="text-align: center;">
301
+ Confirm Pre-processing Details
302
  </h1>
303
  Base on your model and dataset, we inferred this label mapping and feature mapping. <b>If the mapping is incorrect, please modify it in the table below.</b>
304
  ''')