Skip to content

Commit

Permalink
fix the term
Browse files Browse the repository at this point in the history
  • Loading branch information
yilinxia committed Feb 10, 2025
1 parent 89ffb27 commit 4fbf1b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ def evaluate_abstract_argumentation_framework(

if semantics == "Grounded":
semantics_div.children.append(html.Br())
semantics_div.children.append(html.B("Grounded Extensions:"))
semantics_div.children.append(html.B("Grounded Extension:"))
semantics_div.children.append(
html.Div(
grounded_extension_radioitems,
Expand Down Expand Up @@ -466,7 +466,7 @@ def evaluate_abstract_argumentation_framework(
)
elif semantics == "Complete":
semantics_div.children.append(html.Br())
semantics_div.children.append(html.B("Grounded Extensions:"))
semantics_div.children.append(html.B("Grounded Extension:"))
semantics_div.children.append(
html.Div(
grounded_extension_radioitems,
Expand Down

0 comments on commit 4fbf1b2

Please sign in to comment.