Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -243,14 +243,6 @@ async def process_podcast(input_text, input_file, language, speaker1, speaker2,
|
|
243 |
return podcast_text, audio_file
|
244 |
|
245 |
custom_css = """
|
246 |
-
body {
|
247 |
-
background-color: #f0f8ff;
|
248 |
-
}
|
249 |
-
.gradio-container {
|
250 |
-
background-color: #f0f8ff;
|
251 |
-
border-radius: 20px;
|
252 |
-
box-shadow: 0 0 20px rgba(0,0,0,0.1);
|
253 |
-
}
|
254 |
.center-aligned {
|
255 |
text-align: center !important;
|
256 |
color: #ff4081;
|
|
|
243 |
return podcast_text, audio_file
|
244 |
|
245 |
custom_css = """
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
246 |
.center-aligned {
|
247 |
text-align: center !important;
|
248 |
color: #ff4081;
|