Arafath10 commited on
Commit
bc3866d
·
1 Parent(s): d42513f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -7,11 +7,11 @@ current_chat_id = 0
7
 
8
  css = """footer {visibility: hidden}
9
 
10
- body{background-image:url('https://i.gifer.com/J4o.gif');background-repeat: no-repeat;}
11
 
12
  """
13
  with gr.Blocks(theme=gr.themes.Soft(),css=css) as demo:
14
- #.gradio-container {background: url('https://i.gifer.com/J4o.gif');repeat 0 0;}
15
  #https://i.gifer.com/J4o.gif
16
  #https://i0.wp.com/www.flexpowersystems.com/wp-content/uploads/2020/08/shutterstock_1251830596-scaled-1.jpg https://static.wixstatic.com/media/5cfe14_30977ca5f4d04cc2a8977a980baf19a9~mv2.gif
17
  with gr.Row() as login:
 
7
 
8
  css = """footer {visibility: hidden}
9
 
10
+ .gradio-container {background: url('https://i.gifer.com/J4o.gif');repeat 0 0;}
11
 
12
  """
13
  with gr.Blocks(theme=gr.themes.Soft(),css=css) as demo:
14
+
15
  #https://i.gifer.com/J4o.gif
16
  #https://i0.wp.com/www.flexpowersystems.com/wp-content/uploads/2020/08/shutterstock_1251830596-scaled-1.jpg https://static.wixstatic.com/media/5cfe14_30977ca5f4d04cc2a8977a980baf19a9~mv2.gif
17
  with gr.Row() as login: