Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ total_movies = len(movies)
|
|
66 |
|
67 |
with gr.Blocks() as iface:
|
68 |
with gr.Tab("Content-Based Filtering"):
|
69 |
-
gr.Markdown("## Recommendation - Content-Based Filtering")
|
70 |
gr.Interface(fn=recommend_movies,
|
71 |
inputs=gr.Dropdown(movie_list, label=f"Select a Movie (Total movies: {total_movies}, randomly list {input_count} for demo purpose.)"),
|
72 |
outputs="text",
|
|
|
66 |
|
67 |
with gr.Blocks() as iface:
|
68 |
with gr.Tab("Content-Based Filtering"):
|
69 |
+
# gr.Markdown("## Recommendation - Content-Based Filtering")
|
70 |
gr.Interface(fn=recommend_movies,
|
71 |
inputs=gr.Dropdown(movie_list, label=f"Select a Movie (Total movies: {total_movies}, randomly list {input_count} for demo purpose.)"),
|
72 |
outputs="text",
|