Spaces:
Runtime error
Runtime error
Commit ·
b6084ac
1
Parent(s): c38c0d8
Update app.py
Browse files
app.py
CHANGED
|
@@ -64,7 +64,7 @@ def layout(*args):
|
|
| 64 |
width=percent(100),
|
| 65 |
color="black",
|
| 66 |
text_align="center",
|
| 67 |
-
height=
|
| 68 |
opacity=1
|
| 69 |
)
|
| 70 |
|
|
@@ -230,7 +230,9 @@ def generate_poster(movie_data):
|
|
| 230 |
with col1:
|
| 231 |
st.write(synopsis_sum)
|
| 232 |
st.text("")
|
| 233 |
-
|
|
|
|
|
|
|
| 234 |
|
| 235 |
# Get image based on synopsis
|
| 236 |
with st.spinner("Generating poster..."):
|
|
|
|
| 64 |
width=percent(100),
|
| 65 |
color="black",
|
| 66 |
text_align="center",
|
| 67 |
+
height="auto",
|
| 68 |
opacity=1
|
| 69 |
)
|
| 70 |
|
|
|
|
| 230 |
with col1:
|
| 231 |
st.write(synopsis_sum)
|
| 232 |
st.text("")
|
| 233 |
+
st.text("")
|
| 234 |
+
st.text("")
|
| 235 |
+
st.text("")
|
| 236 |
|
| 237 |
# Get image based on synopsis
|
| 238 |
with st.spinner("Generating poster..."):
|