gaspar-avit commited on
Commit
a063e30
·
1 Parent(s): 18e2def

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -52,7 +52,7 @@ def layout(*args):
52
  <style>
53
  # MainMenu {visibility: hidden;}
54
  footer {visibility: hidden;}
55
- .stApp { bottom: 100px; }
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="white",
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(8, 8, "auto", "auto"),
74
  border_style="inset",
75
- border_width=px(2)
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("")