Mrgf9993 commited on
Commit
1a2cdaa
ยท
verified ยท
1 Parent(s): 7a295ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -23
README.md CHANGED
@@ -1,28 +1,13 @@
1
  ---
2
- title: Private VSCode IDE
3
- emoji: ๐Ÿ’ป
 
 
4
  sdk: docker
5
  app_port: 7860
6
- short_description: This is my private IDE. You cannot use it.
7
- colorFrom: red
8
- colorTo: red
9
  ---
10
 
11
- # ๐Ÿ› ๏ธ Private VSCode IDE
12
-
13
- > [!IMPORTANT]
14
- > **This is my private IDE and cannot be used by others.** > If you want to use it, please **clone this repository** and create your own IDE space.
15
-
16
- ### ๐Ÿš€ How to use (for Cloned Spaces)
17
- To avoid login issues caused by browser cookie restrictions, I recommend opening the IDE in a **Direct URL** instead of the embedded view:
18
-
19
- 1. Click the **"..."** icon at the top right of this Space.
20
- 2. Select **"Embed this Space"**.
21
- 3. Copy and open the **"Direct URL"** in a new tab.
22
-
23
- ---
24
-
25
- ### ๐Ÿ—๏ธ Features
26
- - **Persistent Storage:** All data in `/data` is saved using Hugging Face's persistent storage.
27
- - **SQLite Database:** Automatically initializes a database for development.
28
- - **Custom Environment:** Built on Debian with Python 3.9.
 
1
  ---
2
+ title: VSCode Flutter Gemini
3
+ emoji: ๐Ÿš€
4
+ colorFrom: blue
5
+ colorTo: indigo
6
  sdk: docker
7
  app_port: 7860
 
 
 
8
  ---
9
 
10
+ # VS Code on Hugging Face
11
+ This space runs a full VS Code environment with:
12
+ * **Flutter SDK** for mobile/web dev.
13
+ * **Python 3** and **Gemini API** support.