pktpaulie commited on
Commit
8a7688c
·
verified ·
1 Parent(s): 602831a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -26,7 +26,11 @@ st.markdown("""
26
  text-align: center;
27
  }
28
  .stContainer {
29
- background-color: rgba(0, 0, 0, 0);
 
 
 
 
30
  }
31
  .logo-container {
32
  background-color: black;
 
26
  text-align: center;
27
  }
28
  .stContainer {
29
+ background-color: #000000;
30
+ display: flex;
31
+ justify-content: center;
32
+ align-items: center;
33
+ max-width: 100%;
34
  }
35
  .logo-container {
36
  background-color: black;