Spaces:
Sleeping
Sleeping
lucapinello
commited on
Commit
·
869c661
1
Parent(s):
9267c22
update
Browse files
app.py
CHANGED
@@ -124,8 +124,14 @@ def create_demo():
|
|
124 |
# CSS to hide backend controls and prevent scrolling
|
125 |
css = """
|
126 |
#hidden-controls { display: none !important; }
|
127 |
-
.gradio-container {
|
|
|
|
|
|
|
128 |
#dna-frame { overflow: hidden; position: relative; }
|
|
|
|
|
|
|
129 |
"""
|
130 |
|
131 |
# JavaScript for handling communication between iframe and Gradio
|
|
|
124 |
# CSS to hide backend controls and prevent scrolling
|
125 |
css = """
|
126 |
#hidden-controls { display: none !important; }
|
127 |
+
.gradio-container {
|
128 |
+
overflow: hidden;
|
129 |
+
background-color: #000000 !important;
|
130 |
+
}
|
131 |
#dna-frame { overflow: hidden; position: relative; }
|
132 |
+
body {
|
133 |
+
background-color: #000000 !important;
|
134 |
+
}
|
135 |
"""
|
136 |
|
137 |
# JavaScript for handling communication between iframe and Gradio
|