Wauplin HF staff commited on
Commit
532961d
1 Parent(s): 879aee7
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -29,7 +29,9 @@ Want more? Please open an issue in the [Community Tab](https://huggingface.co/sp
29
 
30
  Integrate *Gradio User History* in just a few steps:
31
 
32
- **1. Enable OAuth**
 
 
33
 
34
 
35
  ```yaml
@@ -38,7 +40,7 @@ hf_oauth: true
38
  ```
39
 
40
 
41
- **2. Add dependency to your `requirements.txt`**
42
 
43
 
44
  ```bash
 
29
 
30
  Integrate *Gradio User History* in just a few steps:
31
 
32
+ **1. Enable OAuth to your Space**
33
+
34
+ Simply edit your Space metadata in your `README.md` file:
35
 
36
 
37
  ```yaml
 
40
  ```
41
 
42
 
43
+ **2. Update your `requirements.txt`**
44
 
45
 
46
  ```bash