Skip to content

Commit

Permalink
Update useImportFromPython.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
frascuchon authored Oct 29, 2024
1 parent 1d56432 commit 14d07e4
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ export const useImportFromPython = () => {
const isRunningOnHF = isRunningOnHuggingFace();

const snippet = `
# pip install argilla
# to run this code snippet
import argilla as rg
client = rg.Argilla(
Expand Down

0 comments on commit 14d07e4

Please sign in to comment.