chansung commited on
Commit
74bda91
·
1 Parent(s): 986b5da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -4,9 +4,9 @@ from pingpong import PingPong
4
  from pingpong.gradio import GradioAlpacaChatPPManager
5
 
6
  STYLE = """
7
- .lg.secondary.custom-btn {
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