chansung commited on
Commit
6c33d2e
·
1 Parent(s): 1e6519e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -0
app.py CHANGED
@@ -12,6 +12,15 @@ STYLE = """
12
  #prompt-txt {
13
 
14
  }
 
 
 
 
 
 
 
 
 
15
  """
16
 
17
  get_local_storage = """
 
12
  #prompt-txt {
13
 
14
  }
15
+
16
+ #prompt-txt > label > span {
17
+ display: none !important;
18
+ }
19
+
20
+ #prompt-txt > label > textarea {
21
+ border: transparent;
22
+ box-shadow: none;
23
+ }
24
  """
25
 
26
  get_local_storage = """