Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -4,9 +4,9 @@ from pingpong import PingPong
|
|
4 |
from pingpong.gradio import GradioAlpacaChatPPManager
|
5 |
|
6 |
STYLE = """
|
7 |
-
.
|
8 |
-
border: none;
|
9 |
-
background: none;
|
10 |
}
|
11 |
"""
|
12 |
|
|
|
4 |
from pingpong.gradio import GradioAlpacaChatPPManager
|
5 |
|
6 |
STYLE = """
|
7 |
+
.custom-btn {
|
8 |
+
border: none !important;
|
9 |
+
background: none !important;
|
10 |
}
|
11 |
"""
|
12 |
|