Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def generate_and_play_podcast(content, content_type='text'):
|
|
107 |
script = generate_podcast_script(content)
|
108 |
return text_to_speech(script)
|
109 |
|
110 |
-
|
111 |
|
112 |
body, .gradio-container {
|
113 |
background-color: #020308; /* Replace with your preferred color */
|
|
|
107 |
script = generate_podcast_script(content)
|
108 |
return text_to_speech(script)
|
109 |
|
110 |
+
css_style = """
|
111 |
|
112 |
body, .gradio-container {
|
113 |
background-color: #020308; /* Replace with your preferred color */
|