Update app.py
Browse files
app.py
CHANGED
|
@@ -7,11 +7,11 @@ current_chat_id = 0
|
|
| 7 |
|
| 8 |
css = """footer {visibility: hidden}
|
| 9 |
|
| 10 |
-
|
| 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:
|
|
|
|
| 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:
|