Spaces:
Sleeping
Sleeping
File size: 757 Bytes
bce4d63 c991a24 bce4d63 fc19a2b bce4d63 c991a24 bce4d63 fc19a2b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
---
title: Enemy AI Horoscope
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: gradio
sdk_version: 5.5.0
app_file: app.py
pinned: false
license: mit
short_description: Get a daily horoscope reading.
---
# Daily Horoscope Bot
This is a simple web-based application that provides daily horoscopes for each zodiac sign. It is created by JaeSwift using multiple API's.
## Features
- Get your daily horoscope by selecting your zodiac sign.
- Easy-to-use web interface powered by Gradio.
- Lightweight and simple setup.
## Installation
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:
```bash
pip install -r requirements.txt
|