Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -134,7 +134,7 @@ intro = """
|
|
134 |
</p>
|
135 |
"""
|
136 |
css='''
|
137 |
-
#strip, #interactive{max-height:
|
138 |
#strip img{object-fit: cover}
|
139 |
.gradio-container{max-width: 950px !important}
|
140 |
'''
|
|
|
134 |
</p>
|
135 |
"""
|
136 |
css='''
|
137 |
+
#strip, #interactive{max-height: 512px; min-height: 65px}
|
138 |
#strip img{object-fit: cover}
|
139 |
.gradio-container{max-width: 950px !important}
|
140 |
'''
|