wadood commited on
Commit
b6945c7
β€’
1 Parent(s): 0a85c1f

fixed typos

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. constants.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ if __name__ == "__main__":
44
  )
45
 
46
  st.write(APP_INTRO)
47
- explanation_tab, comparision_tab = st.tabs(["πŸ“™ Explanation", "βš–οΈ Comparision"])
48
 
49
  with explanation_tab:
50
  st.write(EVAL_FUNCTION_INTRO)
 
44
  )
45
 
46
  st.write(APP_INTRO)
47
+ explanation_tab, comparision_tab = st.tabs(["πŸ“™ Explanation", "βš–οΈ Comparison"])
48
 
49
  with explanation_tab:
50
  st.write(EVAL_FUNCTION_INTRO)
constants.py CHANGED
@@ -25,7 +25,7 @@ span_ner_object = {"start_offset": 3, "end_offset":5, "label":"label_name"}
25
 
26
  Comparing the ground truth and predicted span objects we get the following broad categories of cases (detailed explanation can be found [here](https://www.davidsbatista.net/blog/2018/05/09/Named_Entity_Evaluation/))
27
 
28
- ##### Comaparision Categories
29
 
30
  | Category | Explanation |
31
  | --------------- | ------------------------------------------------------------------------ |
 
25
 
26
  Comparing the ground truth and predicted span objects we get the following broad categories of cases (detailed explanation can be found [here](https://www.davidsbatista.net/blog/2018/05/09/Named_Entity_Evaluation/))
27
 
28
+ ##### Comparison Cases
29
 
30
  | Category | Explanation |
31
  | --------------- | ------------------------------------------------------------------------ |