mr-robber commited on
Commit
94398b3
1 Parent(s): 70b47e4

updated theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ iface = gr.Interface(fn=recommend_movie,
176
  title="Movie Recommender",
177
  description="Enter a movie name and your rating (out of 10) for the movie. you must enter at least 3 movies and all words must start with capital letters, example : Grumpier Old Men",
178
  css = css_code,
179
- theme='dark'
180
  )
181
 
182
  iface.launch()
 
176
  title="Movie Recommender",
177
  description="Enter a movie name and your rating (out of 10) for the movie. you must enter at least 3 movies and all words must start with capital letters, example : Grumpier Old Men",
178
  css = css_code,
179
+ theme=gr.themes.Monochrome()
180
  )
181
 
182
  iface.launch()