heysho commited on
Commit
14423b9
·
verified ·
1 Parent(s): 9d2cedb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -93,6 +93,12 @@ st.markdown(
93
  <style>
94
  /* Custom style adjustments */
95
  .st-emotion-cache-iiif1v { display: none !important; }
 
 
 
 
 
 
96
  </style>
97
  """,
98
  unsafe_allow_html=True,
 
93
  <style>
94
  /* Custom style adjustments */
95
  .st-emotion-cache-iiif1v { display: none !important; }
96
+ .st-emotion-cache-13ln4jf {padding: 6rem 1rem 0rem;}
97
+ @media (max-width: 50.5rem) {
98
+ .st-emotion-cache-13ln4jf {
99
+ max-width: calc(0rem + 100vw);
100
+ }
101
+ }
102
  </style>
103
  """,
104
  unsafe_allow_html=True,