Spaces:
Runtime error
Runtime error
Commit
·
a063e30
1
Parent(s):
18e2def
Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def layout(*args):
|
|
52 |
<style>
|
53 |
# MainMenu {visibility: hidden;}
|
54 |
footer {visibility: hidden;}
|
55 |
-
.stApp { bottom:
|
56 |
</style>
|
57 |
"""
|
58 |
|
@@ -62,7 +62,7 @@ def layout(*args):
|
|
62 |
bottom=0,
|
63 |
margin=px(0, 0, 0, 0),
|
64 |
width=percent(100),
|
65 |
-
color="
|
66 |
text_align="center",
|
67 |
height="auto",
|
68 |
opacity=1
|
@@ -70,9 +70,9 @@ def layout(*args):
|
|
70 |
|
71 |
style_hr = styles(
|
72 |
display="block",
|
73 |
-
margin=px(
|
74 |
border_style="inset",
|
75 |
-
border_width=px(
|
76 |
)
|
77 |
|
78 |
body = p()
|
@@ -251,6 +251,7 @@ def generate_poster(movie_data):
|
|
251 |
st.text("")
|
252 |
st.text("")
|
253 |
st.text("")
|
|
|
254 |
|
255 |
except:
|
256 |
col1, col2 = st.columns([5, 1])
|
@@ -321,3 +322,4 @@ if __name__ == "__main__":
|
|
321 |
st.text("")
|
322 |
st.text("")
|
323 |
st.text("")
|
|
|
|
52 |
<style>
|
53 |
# MainMenu {visibility: hidden;}
|
54 |
footer {visibility: hidden;}
|
55 |
+
.stApp { bottom: 105px; }
|
56 |
</style>
|
57 |
"""
|
58 |
|
|
|
62 |
bottom=0,
|
63 |
margin=px(0, 0, 0, 0),
|
64 |
width=percent(100),
|
65 |
+
color="black",
|
66 |
text_align="center",
|
67 |
height="auto",
|
68 |
opacity=1
|
|
|
70 |
|
71 |
style_hr = styles(
|
72 |
display="block",
|
73 |
+
margin=px(4, 4, "auto", "auto"),
|
74 |
border_style="inset",
|
75 |
+
border_width=px(0)
|
76 |
)
|
77 |
|
78 |
body = p()
|
|
|
251 |
st.text("")
|
252 |
st.text("")
|
253 |
st.text("")
|
254 |
+
st.text("")
|
255 |
|
256 |
except:
|
257 |
col1, col2 = st.columns([5, 1])
|
|
|
322 |
st.text("")
|
323 |
st.text("")
|
324 |
st.text("")
|
325 |
+
st.text("")
|