giskard-evaluator / wordings.py
inoki-giskard's picture
restructure and improve user interface with dropdown (#14)
9e4233f
raw
history blame
934 Bytes
CONFIRM_MAPPING_DETAILS_MD = '''
<h1 style="text-align: center;">
Giskard Evaluator
</h1>
Welcome to Giskard Evaluator Space! Get your report immediately by simply input your model id and dataset id below. Follow our leads and improve your model in no time.
'''
CONFIRM_MAPPING_DETAILS_FAIL_MD = '''
<h1 style="text-align: center;">
Confirm Pre-processing Details
</h1>
Sorry, we cannot align the input/output of your dataset with the model. <b>Pleaser double check your model and dataset.</b>
'''
CONFIRM_MAPPING_DETAILS_FAIL_RAW= '''
Sorry, we cannot align the input/output of your dataset with the model. Pleaser double check your model and dataset.
'''