Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dvc890
/
chatup-pro
like
0
Runtime error
App
Files
Files
Community
d7e9f2b
chatup-pro
/
replace-title.sh
dvc890
[feat]add project files
41af422
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
#!/bin/sh
SITE_TITLE=
${SITE_TITLE:-ChatGPT Web}
sed -i -E
"s/<title>([^<]*)<\/title>/<title>
${SITE_TITLE}
<\/title>/g"
/app/public/index.html