Spaces:
Running
Running
smol tweaks
Browse files- README.md +1 -1
- components/editor/project-settings.tsx +1 -1
- components/user-menu/index.tsx +1 -2
- public/arrow.svg +10 -0
- public/background_noisy.webp +0 -0
README.md
CHANGED
|
@@ -18,6 +18,6 @@ models:
|
|
| 18 |
- MiniMaxAI/MiniMax-M2.1
|
| 19 |
---
|
| 20 |
|
| 21 |
-
# DeepSite
|
| 22 |
|
| 23 |
DeepSite is a Vibe Coding Platform 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.
|
|
|
|
| 18 |
- MiniMaxAI/MiniMax-M2.1
|
| 19 |
---
|
| 20 |
|
| 21 |
+
# DeepSite 🐳
|
| 22 |
|
| 23 |
DeepSite is a Vibe Coding Platform 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.
|
components/editor/project-settings.tsx
CHANGED
|
@@ -124,7 +124,7 @@ export const ProjectSettings = ({
|
|
| 124 |
</Link>
|
| 125 |
</DropdownMenuItem>
|
| 126 |
<DropdownMenuSeparator />
|
| 127 |
-
{session?.user?.isPro && (
|
| 128 |
<>
|
| 129 |
<DropdownMenuItem>
|
| 130 |
<Link
|
|
|
|
| 124 |
</Link>
|
| 125 |
</DropdownMenuItem>
|
| 126 |
<DropdownMenuSeparator />
|
| 127 |
+
{!session?.user?.isPro && (
|
| 128 |
<>
|
| 129 |
<DropdownMenuItem>
|
| 130 |
<Link
|
components/user-menu/index.tsx
CHANGED
|
@@ -54,8 +54,7 @@ export function UserMenu() {
|
|
| 54 |
});
|
| 55 |
return;
|
| 56 |
}
|
| 57 |
-
|
| 58 |
-
const targetUrl = "https://enzostvs-deepsite-v4-demo.hf.space";
|
| 59 |
|
| 60 |
let isOnTargetPage = false;
|
| 61 |
if (typeof window !== "undefined") {
|
|
|
|
| 54 |
});
|
| 55 |
return;
|
| 56 |
}
|
| 57 |
+
const targetUrl = "https://huggingface.co/deepsite";
|
|
|
|
| 58 |
|
| 59 |
let isOnTargetPage = false;
|
| 60 |
if (typeof window !== "undefined") {
|
public/arrow.svg
ADDED
|
|
public/background_noisy.webp
ADDED
|