JaeSwift commited on
Commit
fc19a2b
1 Parent(s): 4edaefe

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -2
README.md CHANGED
@@ -4,11 +4,26 @@ emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.0.1
8
  app_file: app.py
9
  pinned: false
10
  license: mit
11
  short_description: Get a daily horoscope reading.
12
  ---
13
 
14
- An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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