anzorq commited on
Commit
29c16a4
1 Parent(s): 0863f8c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def populate_metadata(url):
33
  yt = YouTube(url)
34
  return yt.thumbnail_url, yt.title
35
 
36
- with gr.Blocks() as demo:
37
  gr.HTML(
38
  """
39
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">
 
33
  yt = YouTube(url)
34
  return yt.thumbnail_url, yt.title
35
 
36
+ with gr.Blocks(theme=gr.themes.Soft()) as demo:
37
  gr.HTML(
38
  """
39
  <div style="text-align: center; max-width: 500px; margin: 0 auto;">