Spaces:
Runtime error
Runtime error
Commit
·
bf2e641
1
Parent(s):
57728b1
Upload app.py
Browse files
app.py
CHANGED
@@ -211,8 +211,9 @@ def generate_poster(movie_data):
|
|
211 |
"""
|
212 |
|
213 |
# Get movie genres
|
214 |
-
|
215 |
-
|
|
|
216 |
|
217 |
# Get summarization of movie synopsis
|
218 |
st.text("")
|
|
|
211 |
"""
|
212 |
|
213 |
# Get movie genres
|
214 |
+
st.write(movie_data['genres'])
|
215 |
+
#genres = [i['name'] for i in eval(movie_data['genres'])]
|
216 |
+
#genres_string = ', '.join(genres)
|
217 |
|
218 |
# Get summarization of movie synopsis
|
219 |
st.text("")
|