Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ description = "Get music from a picture"
|
|
| 138 |
css = """
|
| 139 |
#col-container{
|
| 140 |
margin: 0 auto;
|
| 141 |
-
max-width:
|
| 142 |
text-align: left;
|
| 143 |
}
|
| 144 |
"""
|
|
|
|
| 138 |
css = """
|
| 139 |
#col-container{
|
| 140 |
margin: 0 auto;
|
| 141 |
+
max-width: 980px;
|
| 142 |
text-align: left;
|
| 143 |
}
|
| 144 |
"""
|