Spaces:
Runtime error
Runtime error
updated theme
Browse files
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=
|
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()
|