dragxd commited on
Commit
32fb949
Β·
verified Β·
1 Parent(s): a3ec358

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -26
README.md CHANGED
@@ -1,26 +1,10 @@
1
-
2
- ## πŸ› οΈ DEPLOYMENT ON LOCAL HOST / VPS
3
-
4
- Initiate deployment with these sophisticated steps:
5
-
6
- ```bash
7
- sudo apt-get update && sudo apt-get upgrade -y # 1. Upgrade and Update System
8
-
9
- sudo apt-get install python3-pip -y # 2. Install Required Packages
10
-
11
- sudo pip3 install -U pip # 3. Upgrade Pip
12
-
13
- git clone https://github.com/Infamous-Hydra/YaeMiko && cd YaeMiko # 4. Clone the Repository
14
-
15
- pip3 install -U -r requirements.txt # 5. Install Required Packages
16
-
17
- vi variables.py # 6. Modify Variables
18
- # Press `I` to begin editing. Press `Ctrl+C` to save, then `:wq` or `:qa` to exit.
19
-
20
- sudo apt install tmux && tmux # 7. Install Tmux (Optional)
21
-
22
- python3 -m Mikobot # 8. Run the Bot
23
- # Press `Ctrl+b` and then `d` to exit Tmux Session
24
- ```
25
- ━━━━━━━━━━━━━━━━━━━━
26
-
 
1
+ ---
2
+ title: "My Awesome Streamlit App"
3
+ emoji: "πŸš€"
4
+ colorFrom: "blue" # Use a valid color name
5
+ colorTo: "green" # Use a valid color name
6
+ sdk: "streamlit"
7
+ sdk_version: "1.10.0" # You can adjust this to the latest stable version
8
+ app_file: "app.py"
9
+ pinned: false
10
+ ---