Spaces:
Running
Running
richardzheng
commited on
Commit
•
c2b9c56
1
Parent(s):
2090681
Update app.py
Browse files
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 |
-
|
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)
|