Skip to content

Commit

Permalink
fix: wrong variable on getting started guide
Browse files Browse the repository at this point in the history
  • Loading branch information
alarv committed Nov 20, 2024
1 parent 703e6c7 commit 8d190b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ model.fit()
# Upload Model on Jaqpot
jaqpot = Jaqpot()
jaqpot.login()
jaqpot_model.deploy_on_jaqpot(
model.deploy_on_jaqpot(
jaqpot=jaqpot,
name="My first Jaqpot Model",
description="This is my first attempt to train and upload a Jaqpot model.",
Expand Down

0 comments on commit 8d190b9

Please sign in to comment.