Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -7,4 +7,35 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- Edit this `README.md` markdown file to author your organization card.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  pinned: false
8
  ---
9
 
10
+ <div style="background-color: #2717a1; color: #f8f7fe; border-radius: 8px; padding: 0.5rem 1rem; ">
11
+ <span style="font-weight: 600;">Want to try out the dev mode on Hugging Face Spaces?</span> Use the "Request to join this org" button to join the waitlist.
12
+ </div>
13
+
14
+
15
+ # Spaces Dev Mode (feature preview)
16
+
17
+ **Members of this organization have early access to the new "Dev Mode" feature on Spaces.**
18
+
19
+ ## About Dev Mode
20
+
21
+ When the "Dev mode" is enabled on Space, you can connect to it using SSH or VS Code.
22
+
23
+ You can make changes to your application code, run some debug tools, ...
24
+
25
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5fcfb7c407408029ba3577e2/ME0eqODONxjInE9tfmTDc.png)
26
+
27
+ Changes reflect to your Space after you hit the "Refresh" button.
28
+
29
+ When you are done, you can persist your changes using `git` as you would normally do when developping locally.
30
+
31
+
32
+ ## How to enable the dev mode
33
+
34
+ Go to your Space's settings and click on "Enable dev mode".
35
+
36
+ ![image/png](https://cdn-uploads.huggingface.co/production/uploads/5fcfb7c407408029ba3577e2/QvLqvKxEzq8v0cpxQQ5An.png)
37
+
38
+ ## Limitations
39
+
40
+ The dev mode is currently only available for Gradio and Streamlit Spaces.
41
+