Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -7,6 +7,7 @@ STYLE = """
|
|
7 |
.custom-btn {
|
8 |
border: none !important;
|
9 |
background: none !important;
|
|
|
10 |
}
|
11 |
|
12 |
#prompt-txt {
|
@@ -25,12 +26,20 @@ STYLE = """
|
|
25 |
#chatbot {
|
26 |
height: 800px;
|
27 |
overflow: auto;
|
28 |
-
box-shadow: none;
|
29 |
-
border: none;
|
30 |
}
|
|
|
31 |
#chatbot > .wrap {
|
32 |
max-height: 780px;
|
33 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
"""
|
35 |
|
36 |
get_local_storage = """
|
|
|
7 |
.custom-btn {
|
8 |
border: none !important;
|
9 |
background: none !important;
|
10 |
+
box-shadow: none !important;
|
11 |
}
|
12 |
|
13 |
#prompt-txt {
|
|
|
26 |
#chatbot {
|
27 |
height: 800px;
|
28 |
overflow: auto;
|
29 |
+
box-shadow: none !important;
|
30 |
+
border: none !important;
|
31 |
}
|
32 |
+
|
33 |
#chatbot > .wrap {
|
34 |
max-height: 780px;
|
35 |
}
|
36 |
+
|
37 |
+
#left-pane {
|
38 |
+
background-color: #f9fafb;
|
39 |
+
border-radius: 15px;
|
40 |
+
padding-left: 10px;
|
41 |
+
padding-right: 10px;
|
42 |
+
}
|
43 |
"""
|
44 |
|
45 |
get_local_storage = """
|