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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -52,7 +52,7 @@ def layout(*args):
52
  <style>
53
  # MainMenu {visibility: hidden;}
54
  footer {visibility: hidden;}
55
- .stApp { bottom: 105px; }
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="black",
66
  text_align="center",
67
  height="auto",
68
  opacity=1
@@ -249,6 +249,8 @@ def generate_poster(movie_data):
249
  st.image(image, caption="Movie: \"" + movie_data.title.values[0] + "\"")
250
  del image
251
  st.text("")
 
 
252
 
253
  except:
254
  col1, col2 = st.columns([5, 1])
@@ -318,4 +320,4 @@ if __name__ == "__main__":
318
 
319
  st.text("")
320
  st.text("")
321
-
 
52
  <style>
53
  # MainMenu {visibility: hidden;}
54
  footer {visibility: hidden;}
55
+ .stApp { bottom: 100px; }
56
  </style>
57
  """
58
 
 
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
 
249
  st.image(image, caption="Movie: \"" + movie_data.title.values[0] + "\"")
250
  del image
251
  st.text("")
252
+ st.text("")
253
+ st.text("")
254
 
255
  except:
256
  col1, col2 = st.columns([5, 1])
 
320
 
321
  st.text("")
322
  st.text("")
323
+ st.text("")