Skip to content

Commit

Permalink
update text
Browse files Browse the repository at this point in the history
  • Loading branch information
yilinxia committed Feb 12, 2025
1 parent 216ab02 commit 78418b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/callbacks/explanation_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,8 @@ def determine_hex_color(arg):
# Build and return the complete Div.
arguments_div = html.Div(
[
html.B("Argument Provenance:"),
html.Br(),
html.I("Click on an argument to display it in the graph."),
html.I("Click on an argument to display its provenance."),
html.Div(all_argument_buttons),
]
)
Expand Down
4 changes: 2 additions & 2 deletions src/layouts/accordian_layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,11 +151,11 @@ def get_abstract_explanation_div():
item_id="ArgumentationFramework",
),
dbc.AccordionItem(
get_abstract_evaluation_div(), title="Solutions", item_id="Evaluation"
get_abstract_evaluation_div(), title="Extensions(Solutions)", item_id="Evaluation"
),
dbc.AccordionItem(
get_abstract_explanation_div(),
title="Explanation",
title="Argument Provenance",
item_id="Explanation",
),
],
Expand Down

0 comments on commit 78418b8

Please sign in to comment.