Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,8 @@ total_movies = len(movies)
|
|
68 |
# Update the Gradio interface
|
69 |
with gr.Blocks() as iface:
|
70 |
with gr.Tab("Content-Based Filtering"):
|
|
|
|
|
71 |
# gr.Interface(fn=recommend_movies,
|
72 |
# inputs=gr.Dropdown(movie_list, label=f"Select a Movie (Total movies: {total_movies}, randomly list {input_count} for demo purpose.)"),
|
73 |
# outputs=[gr.Textbox(label="Recommended Movies:")],
|
|
|
68 |
# Update the Gradio interface
|
69 |
with gr.Blocks() as iface:
|
70 |
with gr.Tab("Content-Based Filtering"):
|
71 |
+
gr.Markdown("## Recommendation - Collaborative Filtering")
|
72 |
+
gr.Markdown("### In construction")
|
73 |
# gr.Interface(fn=recommend_movies,
|
74 |
# inputs=gr.Dropdown(movie_list, label=f"Select a Movie (Total movies: {total_movies}, randomly list {input_count} for demo purpose.)"),
|
75 |
# outputs=[gr.Textbox(label="Recommended Movies:")],
|