bpHigh commited on
Commit
fb9c839
1 Parent(s): 540fd86

Change the Space Info

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -130,7 +130,7 @@ with demo:
130
  gr.Markdown("""
131
  <div>
132
  <h1 style='text-align: center'>Find Related Movies</h1>
133
- Choose the specific movie from the dropdown and see the top k related Movies
134
 
135
  Note: The dropdown menu provides movie options from the Movielens dataset.
136
  </div>
 
130
  gr.Markdown("""
131
  <div>
132
  <h1 style='text-align: center'>Find Related Movies</h1>
133
+ <h2>Choose the specific movie from the dropdown and see the top k related Movies</h2>
134
 
135
  Note: The dropdown menu provides movie options from the Movielens dataset.
136
  </div>