Update app.py
Browse files
app.py
CHANGED
@@ -188,11 +188,13 @@ examples = [
|
|
188 |
css = """
|
189 |
.gradio-container {background-color: MediumAquaMarine}
|
190 |
footer{display:none !important}
|
191 |
-
#
|
192 |
-
width:
|
|
|
|
|
193 |
}
|
194 |
#image_output {
|
195 |
-
height:
|
196 |
}
|
197 |
"""
|
198 |
|
|
|
188 |
css = """
|
189 |
.gradio-container {background-color: MediumAquaMarine}
|
190 |
footer{display:none !important}
|
191 |
+
#app-container {
|
192 |
+
max-width: 930px;
|
193 |
+
margin-left: auto;
|
194 |
+
margin-right: auto;
|
195 |
}
|
196 |
#image_output {
|
197 |
+
height: 50% !important;
|
198 |
}
|
199 |
"""
|
200 |
|