enzostvs HF Staff commited on
Commit
5ff355c
·
1 Parent(s): d0c0f3d

rename qwensite

Browse files
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: QwenDev
3
  emoji: ⚛️
4
  colorFrom: purple
5
  colorTo: blue
@@ -12,6 +12,6 @@ models:
12
  - Qwen/Qwen3-235B-A22B
13
  ---
14
 
15
- # QwenDev ⚛️
16
 
17
- QwenDev is a coding platform powered by Qwen AI, designed to make coding smarter and more efficient. Tailored for developers, data scientists, and AI engineers, it integrates generative AI into your coding projects to enhance creativity and productivity.
 
1
  ---
2
+ title: QwenSite
3
  emoji: ⚛️
4
  colorFrom: purple
5
  colorTo: blue
 
12
  - Qwen/Qwen3-235B-A22B
13
  ---
14
 
15
+ # QwenSite ⚛️
16
 
17
+ QwenSite is a coding platform powered by Qwen AI, designed to make coding smarter and more efficient. Tailored for developers, data scientists, and AI engineers, it integrates generative AI into your coding projects to enhance creativity and productivity.
index.html CHANGED
@@ -4,12 +4,12 @@
4
  <meta charset="utf-8" />
5
  <link rel="icon" type="image/svg+xml" href="/logo.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>QwenDev | Build with AI ✨</title>
8
  <meta
9
  name="description"
10
- content="QwenDev is a web development tool that
11
  helps you build websites with AI, no code required. Let's deploy your
12
- website with QwenDev and enjoy the magic of AI."
13
  />
14
  <link rel="preconnect" href="https://fonts.googleapis.com" />
15
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
 
4
  <meta charset="utf-8" />
5
  <link rel="icon" type="image/svg+xml" href="/logo.svg" />
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
+ <title>QwenSite | Build with AI ✨</title>
8
  <meta
9
  name="description"
10
+ content="QwenSite is a web development tool that
11
  helps you build websites with AI, no code required. Let's deploy your
12
+ website with QwenSite and enjoy the magic of AI."
13
  />
14
  <link rel="preconnect" href="https://fonts.googleapis.com" />
15
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
server.js CHANGED
@@ -38,7 +38,7 @@ app.use(bodyParser.json());
38
  app.use(express.static(path.join(__dirname, "dist")));
39
 
40
  const getPTag = (repoId) => {
41
- return `<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >QwenDev</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=${repoId}" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p>`;
42
  };
43
 
44
  app.get("/api/login", (_req, res) => {
@@ -177,7 +177,7 @@ colorTo: ${colorTo}
177
  sdk: static
178
  pinned: false
179
  tags:
180
- - qwendev
181
  ---
182
 
183
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference`;
 
38
  app.use(express.static(path.join(__dirname, "dist")));
39
 
40
  const getPTag = (repoId) => {
41
+ return `<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >QwenSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=${repoId}" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p>`;
42
  };
43
 
44
  app.get("/api/login", (_req, res) => {
 
177
  sdk: static
178
  pinned: false
179
  tags:
180
+ - QwenSite
181
  ---
182
 
183
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference`;
src/components/header/header.tsx CHANGED
@@ -16,10 +16,10 @@ function Header({
16
  <h1 className="text-white text-lg lg:text-xl font-bold flex items-center justify-start">
17
  <img
18
  src={Logo}
19
- alt="QwenDev Logo"
20
  className="size-6 lg:size-8 mr-2"
21
  />
22
- QwenDev
23
  </h1>
24
  <p className="text-gray-700 max-md:hidden">|</p>
25
  <button
 
16
  <h1 className="text-white text-lg lg:text-xl font-bold flex items-center justify-start">
17
  <img
18
  src={Logo}
19
+ alt="QwenSite Logo"
20
  className="size-6 lg:size-8 mr-2"
21
  />
22
+ QwenSite
23
  </h1>
24
  <p className="text-gray-700 max-md:hidden">|</p>
25
  <button
src/components/load-button/load-button.tsx CHANGED
@@ -87,7 +87,7 @@ function LoadButton({
87
  </header>
88
  <main className="px-4 pt-3 pb-4 space-y-3">
89
  <p className="text-sm text-indigo-600 bg-indigo-100 rounded-md px-3 py-2">
90
- Load an existing QwenDev Space to continue working on it.
91
  </p>
92
  <label className="block">
93
  <p className="text-gray-600 text-sm font-medium mb-1.5">
 
87
  </header>
88
  <main className="px-4 pt-3 pb-4 space-y-3">
89
  <p className="text-sm text-indigo-600 bg-indigo-100 rounded-md px-3 py-2">
90
+ Load an existing QwenSite Space to continue working on it.
91
  </p>
92
  <label className="block">
93
  <p className="text-gray-600 text-sm font-medium mb-1.5">
src/components/pro-modal/pro-modal.tsx CHANGED
@@ -47,7 +47,7 @@ function ProModal({
47
  <main className="px-4 pt-3 pb-4">
48
  <p className="text-gray-950 text-sm font-semibold flex items-center justify-between">
49
  Upgrade to a PRO account to activate Inference Providers and
50
- continue using QwenDev.
51
  </p>
52
  <p className="text-sm text-pretty text-gray-500 mt-2">
53
  It also unlocks thousands of Space apps powered by ZeroGPU for 3d,
 
47
  <main className="px-4 pt-3 pb-4">
48
  <p className="text-gray-950 text-sm font-semibold flex items-center justify-between">
49
  Upgrade to a PRO account to activate Inference Providers and
50
+ continue using QwenSite.
51
  </p>
52
  <p className="text-sm text-pretty text-gray-500 mt-2">
53
  It also unlocks thousands of Space apps powered by ZeroGPU for 3d,