Update README.md
Browse files
README.md
CHANGED
|
@@ -1,27 +1,10 @@
|
|
| 1 |
-
# <u>Welcome to TeraBites</u>
|
| 2 |
-
### by onyxneo
|
| 3 |
-
|
| 4 |
---
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
* **TeraBites Core:** A CSS-animated "Rubix Oval" that pulses with energy.
|
| 15 |
-
* **Audio Engine:** Pre-loaded with Toby Fox's *Megalovania* for a high-intensity experience.
|
| 16 |
-
* **Interactive Controls:** * `INITIALIZE`: Powers up the core and starts the audio feed.
|
| 17 |
-
* `STOP`: A master kill-switch that terminates all streams and resets the UI.
|
| 18 |
-
* **Modular Design:** Built entirely in Python for easy deployment on Hugging Face Spaces.
|
| 19 |
-
|
| 20 |
-
---
|
| 21 |
-
|
| 22 |
-
## ๐ ๏ธ Technical Setup
|
| 23 |
-
To run this locally, ensure you have Python installed and follow these steps:
|
| 24 |
-
|
| 25 |
-
1. **Install Dependencies:**
|
| 26 |
-
```bash
|
| 27 |
-
pip install streamlit
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: TeraBites Org Card
|
| 3 |
+
emoji: ๐
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: gray
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: 1.31.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|