Skip to content

Commit

Permalink
smal doc change; removing hard coded assets
Browse files Browse the repository at this point in the history
  • Loading branch information
brifordwylie committed Apr 3, 2024
1 parent cbdcff9 commit a8c08c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ class MyPlugin(PluginInterface):

### Required Attributes

The class variable plugin_page determines what type of plugin the MyPlugin class is. This variable is inspected during plugin loading at runtime in order to load the plugin to the correct artifact page in the Sageworks dashboard. The PluginPage class can be DATA_SOURCE, FEATURE_SET, MODEL, or ENDPOINT.
The class variable plugin\_page determines what type of plugin the MyPlugin class is. This variable is inspected during plugin loading at runtime in order to load the plugin to the correct artifact page in the Sageworks dashboard. The PluginPage class can be DATA_SOURCE, FEATURE\_SET, MODEL, or ENDPOINT.

## S3 Bucket Plugins (Work in Progress)
Note: This functionality is coming soon
Expand Down
1 change: 0 additions & 1 deletion src/sageworks/web_components/model_details.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ def get_inference_runs(self):
app = dash.Dash(
__name__,
external_stylesheets=[dbc.themes.DARKLY],
assets_folder="/Users/briford/work/sageworks/applications/aws_dashboard/assets",
)

app.layout = html.Div([models_table, details_component])
Expand Down

0 comments on commit a8c08c3

Please sign in to comment.