Spaces:
Running
Running
Update app.py
Browse files
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 = """
|