diff --git a/src/options/generate/templates_user.py b/src/options/generate/templates_user.py index e651646..6019433 100644 --- a/src/options/generate/templates_user.py +++ b/src/options/generate/templates_user.py @@ -309,7 +309,7 @@ The playground displays a code block containing the microservice specific curl c Example: with st.expander("See curl command"): st.code( - 'curl -X POST -H "Content-Type: application/json" -d \'[{{"text": ""}}]\' https://gptdeploy-.wolf.jina.ai/' + 'curl -X POST -H "Content-Type: application/json" -d \'[{{"text": ""}}]\' ' language='bash' )