Spaces:
Sleeping
Sleeping
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 | |