Skip to content

Commit 42b4a86

Browse files
committed
fix a build script bug
1 parent b57c475 commit 42b4a86

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ dependencies = [
3333
"azure-identity",
3434
"azure-keyvault-secrets",
3535
"python-dotenv",
36-
"vega_datasets"
36+
"vega_datasets",
37+
"litellm"
3738
]
3839

3940
[project.urls]

src/views/EncodingBox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ export const EncodingBox: FC<EncodingBoxProps> = function EncodingBox({ channel,
594594
}}
595595
freeSolo
596596
renderInput={(params) => (
597-
<TextField {...params} variant="standard" autoComplete='off' placeholder='field or concept'
597+
<TextField {...params} variant="standard" autoComplete='off' placeholder='field'
598598
sx={{height: "24px", "& .MuiInput-root": {height: "24px", fontSize: "small"}}} />
599599
)}
600600
/>

0 commit comments

Comments
 (0)