Rahatara commited on
Commit
f7ed127
1 Parent(s): 41c5739

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- css_style = """
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 */