Update README.md
Browse files
README.md
CHANGED
@@ -1,26 +1,10 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
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 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|