Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ def get_output_component(download_video):
|
|
36 |
return gr.Audio(label="Downloaded Media")
|
37 |
|
38 |
# Create the Gradio interface
|
39 |
-
with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="
|
40 |
gr.Markdown(f"# <div style='text-align: center;'> YOUTUBE Downloader</div>")
|
41 |
gr.Markdown(f"## <div style='text-align: center;'> download mp3/mp4 form youtube url </div>")
|
42 |
|
|
|
36 |
return gr.Audio(label="Downloaded Media")
|
37 |
|
38 |
# Create the Gradio interface
|
39 |
+
with gr.Blocks(theme=gr.themes.Base(primary_hue="blue", secondary_hue="cyan")) as demo:
|
40 |
gr.Markdown(f"# <div style='text-align: center;'> YOUTUBE Downloader</div>")
|
41 |
gr.Markdown(f"## <div style='text-align: center;'> download mp3/mp4 form youtube url </div>")
|
42 |
|