tobiasaurer commited on
Commit
94b9600
1 Parent(s): 81eafe6

minor changes

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -5,8 +5,8 @@ import pandas as pd
5
  st.title("Movie Recommender")
6
 
7
  st.write("""
8
- ### Project description
9
- Type in a movie title with the release year in brackets (e.g. "The Matrix (1999)"), choose the number of recommendations you wish, and the app will recommend movies based on your chosen movie.
10
  The recommendation process will take ca. 15 seconds.
11
  """)
12
 
 
5
  st.title("Movie Recommender")
6
 
7
  st.write("""
8
+ ### Instructions
9
+ Type in a movie title with the release year in brackets (e.g. "The Matrix (1999)"), choose the number of recommendations you wish, and the app will recommend movies based on your chosen movie.\n\n
10
  The recommendation process will take ca. 15 seconds.
11
  """)
12