richardzheng commited on
Commit
c2b9c56
1 Parent(s): 2090681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ def yt_transcribe(yt_url, task, return_timestamps, language, max_filesize=75.0):
111
 
112
 
113
  css = """
114
- body {background: #f8fafc}
115
  footer {visibility: hidden}
116
  """
117
  demo = gr.Blocks(css=css)
 
111
 
112
 
113
  css = """
114
+ .gradio-container {background: #f8fafc}
115
  footer {visibility: hidden}
116
  """
117
  demo = gr.Blocks(css=css)