chansung commited on
Commit
76c51c1
·
1 Parent(s): d4b2d90

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -0
app.py CHANGED
@@ -3,6 +3,14 @@ import gradio as gr
3
  from pingpong import PingPong
4
  from pingpong.gradio import GradioAlpacaChatPPManager
5
 
 
 
 
 
 
 
 
 
6
  get_local_storage = """
7
  function() {
8
  globalThis.setStorage = (key, value)=>{
 
3
  from pingpong import PingPong
4
  from pingpong.gradio import GradioAlpacaChatPPManager
5
 
6
+ STYLE = """
7
+ .custom-btn {
8
+ border: none;
9
+ background: none;
10
+ box-shadow: none;
11
+ }
12
+ """
13
+
14
  get_local_storage = """
15
  function() {
16
  globalThis.setStorage = (key, value)=>{