Update app.py
Browse files
app.py
CHANGED
|
@@ -17,6 +17,9 @@ css = """
|
|
| 17 |
.message-bubble-border {
|
| 18 |
border-radius: 6px !important;
|
| 19 |
}
|
|
|
|
|
|
|
|
|
|
| 20 |
"""
|
| 21 |
|
| 22 |
@spaces.GPU(duration=120)
|
|
|
|
| 17 |
.message-bubble-border {
|
| 18 |
border-radius: 6px !important;
|
| 19 |
}
|
| 20 |
+
.user {
|
| 21 |
+
background: transparent;
|
| 22 |
+
}
|
| 23 |
"""
|
| 24 |
|
| 25 |
@spaces.GPU(duration=120)
|