Spaces:
Configuration error
Configuration error
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Book Recommender App
|
2 |
|
3 |
This is a book recommendation app built using Python, scikit-learn, and Gradio. It uses TF-IDF vectorization and cosine similarity to recommend books based on their summaries.
|
|
|
1 |
+
title: Book Recommender 01 # Your Space's title
|
2 |
+
emoji: 📊 # An emoji for your Space (optional)
|
3 |
+
colorFrom: red # Color for the Space's theme (optional)
|
4 |
+
colorTo: gray # Color for the Space's theme (optional)
|
5 |
+
sdk: gradio # Important: Specifies the Gradio SDK
|
6 |
+
app_file: app.py # The name of your main Python file (case-sensitive!)
|
7 |
+
# sdk_version: 5.14.0 # Remove this line unless you have a VERY specific reason to pin an older version
|
8 |
# Book Recommender App
|
9 |
|
10 |
This is a book recommendation app built using Python, scikit-learn, and Gradio. It uses TF-IDF vectorization and cosine similarity to recommend books based on their summaries.
|