Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -264,12 +264,12 @@ demo_title = "Image to Music V2"
|
|
264 |
description = "Get music from a picture"
|
265 |
|
266 |
css = """
|
267 |
-
#col-container{
|
268 |
margin: 0 auto;
|
269 |
max-width: 980px;
|
270 |
text-align: left;
|
271 |
}
|
272 |
-
#inspi-prompt{
|
273 |
font-size: 20px;
|
274 |
line-height: 24px;
|
275 |
font-weight: 600;
|
|
|
264 |
description = "Get music from a picture"
|
265 |
|
266 |
css = """
|
267 |
+
#col-container {
|
268 |
margin: 0 auto;
|
269 |
max-width: 980px;
|
270 |
text-align: left;
|
271 |
}
|
272 |
+
#inspi-prompt textarea {
|
273 |
font-size: 20px;
|
274 |
line-height: 24px;
|
275 |
font-weight: 600;
|