jchen8000 commited on
Commit
924915f
·
verified ·
1 Parent(s): 7dbbd88

Update app.py

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