Skip to content

Commit

Permalink
update example
Browse files Browse the repository at this point in the history
  • Loading branch information
akshayka committed Apr 5, 2024
1 parent d56ace3 commit 85aee71
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/huggingface_playground.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@

@app.cell
def __():
import marimolabs
return marimolabs,
import marimo_labs as molabs
return molabs,


@app.cell(hide_code=True)
Expand Down

0 comments on commit 85aee71

Please sign in to comment.