fffiloni commited on
Commit
b89ea66
1 Parent(s): fc13525

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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;