adamelliotfields commited on
Commit
a5c967a
Β·
1 Parent(s): 170571e

Rename back to `playground`

Browse files
Files changed (2) hide show
  1. 0_🏠_Home.py +1 -11
  2. README.md +2 -4
0_🏠_Home.py CHANGED
@@ -35,11 +35,7 @@ st.html("""
35
  </div>
36
  """)
37
 
38
- st.markdown("""
39
- [![Duplicate this Space](https://huggingface.co/datasets/huggingface/badges/resolve/main/duplicate-this-space-md.svg)](https://huggingface.co/spaces/adamelliotfields/playground-template?duplicate=true)
40
-
41
- ## Tasks
42
- """)
43
 
44
  st.page_link("pages/1_πŸ’¬_Text_Generation.py", label="Text Generation", icon="πŸ’¬")
45
  st.page_link("pages/2_🎨_Text_to_Image.py", label="Text to Image", icon="🎨")
@@ -54,10 +50,4 @@ st.markdown("""
54
  - [OpenAI](https://platform.openai.com/docs/api-reference/introduction)
55
  - [Perplexity](https://docs.perplexity.ai/home)
56
  - [together.ai](https://docs.together.ai/docs/introduction)
57
-
58
- ## Usage
59
-
60
- Select a task. Choose a service. Enter your API key (refresh browser to clear).
61
-
62
- I recommend [duplicating this space](https://huggingface.co/spaces/adamelliotfields/playground-template?duplicate=true) **privately** and persisting your keys as secrets. See [`README.md`](https://huggingface.co/spaces/adamelliotfields/playground-template/blob/main/README.md).
63
  """)
 
35
  </div>
36
  """)
37
 
38
+ st.markdown("""## Tasks""")
 
 
 
 
39
 
40
  st.page_link("pages/1_πŸ’¬_Text_Generation.py", label="Text Generation", icon="πŸ’¬")
41
  st.page_link("pages/2_🎨_Text_to_Image.py", label="Text to Image", icon="🎨")
 
50
  - [OpenAI](https://platform.openai.com/docs/api-reference/introduction)
51
  - [Perplexity](https://docs.perplexity.ai/home)
52
  - [together.ai](https://docs.together.ai/docs/introduction)
 
 
 
 
 
 
53
  """)
README.md CHANGED
@@ -35,11 +35,9 @@ TOGETHER_API_KEY=...
35
 
36
  ## Installation
37
 
38
- Recommend [uv](https://github.com/astral-sh/uv).
39
-
40
  ```sh
41
  # clone
42
- git clone https://huggingface.co/spaces/adamelliotfields/playground-template.git
43
  cd playground
44
 
45
  # install
@@ -54,5 +52,5 @@ python 0_🏠_Home.py
54
  ## Development
55
 
56
  ```sh
57
- git remote set-url origin https://adamelliotfields:[email protected]/spaces/adamelliotfields/playground-template
58
  ```
 
35
 
36
  ## Installation
37
 
 
 
38
  ```sh
39
  # clone
40
+ git clone https://huggingface.co/spaces/adamelliotfields/playground.git
41
  cd playground
42
 
43
  # install
 
52
  ## Development
53
 
54
  ```sh
55
+ git remote set-url origin https://adamelliotfields:[email protected]/spaces/adamelliotfields/playground
56
  ```