patchbanks commited on
Commit
1cda06e
·
verified ·
1 Parent(s): cee0079

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -224,13 +224,14 @@ def generate_and_return_files(bpm, temperature, top_k, uploaded_sf2=None, output
224
  custom_css = """
225
  .gradio-container {
226
  max-width: 1200px !important;
227
- margin: 0 auto;
228
  }
229
 
230
  #generate-btn {
231
  font-size: 18px;
232
  color: white;
233
  padding: 10px 20px;
 
234
  border-radius: 5px;
235
  cursor: pointer;
236
  background: linear-gradient(90deg, hsla(268, 90%, 68%, 1) 0%, hsla(260, 72%, 70%, 1) 50%, hsla(247, 73%, 65%, 1) 100%);
 
224
  custom_css = """
225
  .gradio-container {
226
  max-width: 1200px !important;
227
+ margin: 0 auto !important;
228
  }
229
 
230
  #generate-btn {
231
  font-size: 18px;
232
  color: white;
233
  padding: 10px 20px;
234
+ border: none;
235
  border-radius: 5px;
236
  cursor: pointer;
237
  background: linear-gradient(90deg, hsla(268, 90%, 68%, 1) 0%, hsla(260, 72%, 70%, 1) 50%, hsla(247, 73%, 65%, 1) 100%);