prasadnu commited on
Commit
ee51ff7
·
1 Parent(s): 58498bf

sidebar fixed

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -45,10 +45,10 @@ st.markdown("""
45
  border-right: 1px solid #333; /* optional for separation */
46
  }
47
 
48
- /* Adjust the main content so it doesn't go under the fixed sidebar */
49
  [data-testid="stAppViewContainer"] > .main {
50
  margin-left: 16rem; /* adjust width to match sidebar size */
51
- }
52
 
53
  .block-container {
54
  padding-top: 2rem;
 
45
  border-right: 1px solid #333; /* optional for separation */
46
  }
47
 
48
+ /* Adjust the main content so it doesn't go under the fixed sidebar
49
  [data-testid="stAppViewContainer"] > .main {
50
  margin-left: 16rem; /* adjust width to match sidebar size */
51
+ }*/
52
 
53
  .block-container {
54
  padding-top: 2rem;