jchen8000 commited on
Commit
553a8bc
·
verified ·
1 Parent(s): d3012ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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:")],