Spaces:
Build error
Build error
Commit ·
2f412fc
1
Parent(s): 0dec623
Update app.py
Browse files
app.py
CHANGED
|
@@ -41,7 +41,7 @@ def processar_audio(trilha, faixa2, volume_trilha, tonalidade_narracao):
|
|
| 41 |
trilha_cortada.export(temp_path, format="mp3")
|
| 42 |
return temp_path
|
| 43 |
|
| 44 |
-
interface_css = ""
|
| 45 |
.dark {
|
| 46 |
--body-background-fill: #232735;
|
| 47 |
--background-fill-secondary: #232735
|
|
|
|
| 41 |
trilha_cortada.export(temp_path, format="mp3")
|
| 42 |
return temp_path
|
| 43 |
|
| 44 |
+
interface_css = " "
|
| 45 |
.dark {
|
| 46 |
--body-background-fill: #232735;
|
| 47 |
--background-fill-secondary: #232735
|