Spaces:
Running
Running
File size: 156 Bytes
312de82 |
1 2 3 4 |
export function isStreamlitAppPrompt(prompt: string) {
const lowerCasePrompt = prompt.toLocaleLowerCase()
return lowerCasePrompt.includes("streamlit")
} |