Spaces:
Runtime error
Runtime error
Commit
·
1862393
1
Parent(s):
d808656
adjust plot size
Browse files
app.py
CHANGED
@@ -121,10 +121,6 @@ css = """
|
|
121 |
min-width: 800px;
|
122 |
}
|
123 |
.main-plot {
|
124 |
-
background-color: blue;
|
125 |
-
padding: auto;
|
126 |
-
margin: auto;
|
127 |
-
width: 85%!important;
|
128 |
}
|
129 |
"""
|
130 |
with gr.Blocks(css=css) as demo:
|
|
|
121 |
min-width: 800px;
|
122 |
}
|
123 |
.main-plot {
|
|
|
|
|
|
|
|
|
124 |
}
|
125 |
"""
|
126 |
with gr.Blocks(css=css) as demo:
|