enzostvs HF Staff commited on
Commit
20128b8
·
1 Parent(s): dded147

smol tweaks

Browse files
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
- // todo: before deployment, change this URL to the production one https://huggingface.co/deepsite
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