Commit
·
d6e3146
1
Parent(s):
69e6738
remove padding
Browse files
utils.py
CHANGED
@@ -109,6 +109,9 @@ css = """
|
|
109 |
padding: 0px !important;
|
110 |
margin: 0px !important;
|
111 |
}
|
|
|
|
|
|
|
112 |
#component-0 {
|
113 |
gap: 0px !important;
|
114 |
}
|
|
|
109 |
padding: 0px !important;
|
110 |
margin: 0px !important;
|
111 |
}
|
112 |
+
.gradio-container > main {
|
113 |
+
padding: 0px !important;
|
114 |
+
}
|
115 |
#component-0 {
|
116 |
gap: 0px !important;
|
117 |
}
|