Spaces:
Paused
Paused
Rishi Desai
commited on
Commit
·
7b3611f
1
Parent(s):
524c601
fixed margin
Browse files
demo.py
CHANGED
|
@@ -242,7 +242,7 @@ def get_css_styles():
|
|
| 242 |
|
| 243 |
/* File upload styling */
|
| 244 |
.file-types-info {
|
| 245 |
-
margin-top:
|
| 246 |
font-size: 0.9em;
|
| 247 |
color: #666;
|
| 248 |
}
|
|
|
|
| 242 |
|
| 243 |
/* File upload styling */
|
| 244 |
.file-types-info {
|
| 245 |
+
margin-top: 0px;
|
| 246 |
font-size: 0.9em;
|
| 247 |
color: #666;
|
| 248 |
}
|