Update app.py
Browse files
app.py
CHANGED
|
@@ -5,7 +5,7 @@ chat_histories = {}
|
|
| 5 |
current_chat_id = 0
|
| 6 |
# object creation
|
| 7 |
|
| 8 |
-
css = """footer {visibility: hidden}
|
| 9 |
.gradio-container {background-repeat: no-repeat;
|
| 10 |
background: url('https://i.gifer.com/J4o.gif');repeat 0 0;}
|
| 11 |
"""
|
|
|
|
| 5 |
current_chat_id = 0
|
| 6 |
# object creation
|
| 7 |
|
| 8 |
+
css = """footer {visibility: hidden}
|
| 9 |
.gradio-container {background-repeat: no-repeat;
|
| 10 |
background: url('https://i.gifer.com/J4o.gif');repeat 0 0;}
|
| 11 |
"""
|