Skip to content

Commit

Permalink
fix code spacing format (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Aug 15, 2024
1 parent c107f0d commit 8df59c5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions fern/assets/input.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ h4,
h5,
h6 {
font-weight: 425 !important;
font-family: 'CohereText';
font-family: 'CohereText',Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif !important;
}

h1 {
Expand Down Expand Up @@ -502,4 +502,4 @@ button[class^="Sidebar-link-buttonWrapper"] {
.fern-table th {
max-width: 400px !important;
overflow: wrap !important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ model_id = "<YOUR ENDPOINT NAME>" # On SageMaker, you create a model name that y

# Invoke the model and print the response
result = co.embed(
model=model_id,
input_type=input_type,
texts=texts,
truncate=truncate)
model=model_id,
input_type=input_type,
texts=texts,
truncate=truncate)

print(result)
```
Expand Down

0 comments on commit 8df59c5

Please sign in to comment.