mimbres commited on
Commit
a60a5d2
1 Parent(s): 0ac45ce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -130,7 +130,9 @@ YOUTUBE_EXAMPLES = ["https://www.youtube.com/watch?v=vMboypSkj3c"]
130
  theme = gr.Theme.from_hub("gradio/dracula_revamped")
131
  theme.text_md = '9px'
132
  theme.text_lg = '11px'
133
- with gr.Blocks(theme=theme) as demo:
 
 
134
 
135
  with gr.Row():
136
  with gr.Column(scale=10):
 
130
  theme = gr.Theme.from_hub("gradio/dracula_revamped")
131
  theme.text_md = '9px'
132
  theme.text_lg = '11px'
133
+ css = "body {background-image: url(r'https://gifer.com/embed/U7f2');}"
134
+ # <iframe src="https://gifer.com/embed/U7f2" width=480 height=330.065 frameBorder="0" allowFullScreen></iframe><p><a href="https://gifer.com">via GIFER</a></p>
135
+ with gr.Blocks(theme=theme, css=css) as demo:
136
 
137
  with gr.Row():
138
  with gr.Column(scale=10):