Skip to content

Commit

Permalink
Update visualization.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-gimelfarb committed Dec 19, 2024
1 parent 1c5edde commit 1f1de53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyRDDLGym_jax/core/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,8 @@ def create_experiment_table(active_page, page_size):
dbc.Tab(dbc.Card(
dbc.CardBody([
dbc.Row([
dbc.Alert(id="planner-info", color="light", dismissable=False)
dbc.Alert(id="planner-info", color="light", dismissable=False,
style={"fontFamily": "Courier, monospace"})
]),
]), className="border-0 bg-transparent"
), label="Debug", tab_id='tab-debug'
Expand Down

0 comments on commit 1f1de53

Please sign in to comment.