Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -4,11 +4,26 @@ emoji: 💬
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 5.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Get a daily horoscope reading.
|
12 |
---
|
13 |
|
14 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
4 |
colorFrom: yellow
|
5 |
colorTo: purple
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 5.5.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: Get a daily horoscope reading.
|
12 |
---
|
13 |
|
14 |
+
# Daily Horoscope Bot
|
15 |
+
|
16 |
+
This is a simple web-based application that provides daily horoscopes for each zodiac sign. It is created by JaeSwift using multiple API's.
|
17 |
+
|
18 |
+
## Features
|
19 |
+
|
20 |
+
- Get your daily horoscope by selecting your zodiac sign.
|
21 |
+
- Easy-to-use web interface powered by Gradio.
|
22 |
+
- Lightweight and simple setup.
|
23 |
+
|
24 |
+
## Installation
|
25 |
+
|
26 |
+
To run this app if you don't see it on a Space, you need to install the required dependencies. Make sure you have Python 3.7 or higher installed, and run the following commands:
|
27 |
+
|
28 |
+
```bash
|
29 |
+
pip install -r requirements.txt
|