linoyts HF staff commited on
Commit
6fc5a73
1 Parent(s): 23eaaaf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ css = '''
134
  position: absolute;
135
  width: 80%; /* Adjust width as needed */
136
  right: 10px;
137
- top: 50px; /* Moved further up to ensure it does not overlap with #x slider */
138
  }
139
 
140
  '''
 
134
  position: absolute;
135
  width: 80%; /* Adjust width as needed */
136
  right: 10px;
137
+ top: 150px; /* Increased top margin to clear space occupied by #x */
138
  }
139
 
140
  '''