Skip to content

Commit

Permalink
Fixing typo in data_viewer_panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhelle committed Feb 20, 2025
1 parent fd8d178 commit 7e3cacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msticpy/vis/data_viewer_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, data: pd.DataFrame, selected_cols: List[str] = None, **kwargs
pn.extension(
"tabulator",
sizing_mode="stretch_width",
css_files=[pn.io.resources.CSS_URLS["fon832t-awesome"]],
css_files=[pn.io.resources.CSS_URLS["font-awesome"]],
)
except NameError:
pn.extension(
Expand Down

0 comments on commit 7e3cacb

Please sign in to comment.