Sixthz commited on
Commit
0c3d037
1 Parent(s): 75ddf01

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -25
README.md CHANGED
@@ -1,25 +1,11 @@
1
- # Generador texto a imagen usando los workers de cloudflare
2
-
3
- ## Instalacion
4
-
5
- Copiar [.streamlit/secrets.toml.example](./.streamlit/secrets.toml.example) a `.streamlit/secrets.toml`.
6
-
7
- ```bash
8
- python -m venv venv
9
- source ./venv/bin/activate
10
- python -m pip install -r requirements.txt
11
- ```
12
-
13
- ```cmd
14
- python -m venv venv
15
- venv\Scripts\activate
16
- python -m pip install -r requirements.txt
17
- ```
18
-
19
- ## Correr
20
-
21
- Correr app de Streamlit:
22
-
23
- ```bash
24
- python -m streamlit run Inicio.py
25
- ```
 
1
+ ---
2
+ title: Tti
3
+ emoji: 💻
4
+ colorFrom: blue
5
+ colorTo: blue
6
+ sdk: streamlit
7
+ sdk_version: 1.39.0
8
+ app_file: Inicio.py
9
+ pinned: false
10
+ short_description: CloudFlare Workers
11
+ ---