update
Browse files
app.py
CHANGED
@@ -148,25 +148,23 @@ demo = gr.ChatInterface(
|
|
148 |
overflow-wrap: break-word !important;
|
149 |
max-width: 100% !important;
|
150 |
}
|
151 |
-
.prose
|
152 |
margin-top: 1.5em !important;
|
153 |
}
|
154 |
-
.
|
155 |
-
margin:
|
156 |
-
border:
|
157 |
-
border-radius: 6px !important;
|
158 |
}
|
159 |
-
.
|
160 |
-
|
161 |
-
|
162 |
cursor: pointer !important;
|
163 |
-
border-radius: 6px 6px 0 0 !important;
|
164 |
}
|
165 |
-
.
|
166 |
-
|
167 |
}
|
168 |
-
.prose
|
169 |
-
|
170 |
}
|
171 |
"""
|
172 |
)
|
|
|
148 |
overflow-wrap: break-word !important;
|
149 |
max-width: 100% !important;
|
150 |
}
|
151 |
+
.prose p {
|
152 |
margin-top: 1.5em !important;
|
153 |
}
|
154 |
+
.accordion {
|
155 |
+
margin: 0 !important;
|
156 |
+
border: none !important;
|
|
|
157 |
}
|
158 |
+
.accordion-header {
|
159 |
+
background: #f0f0f0 !important;
|
160 |
+
padding: 8px !important;
|
161 |
cursor: pointer !important;
|
|
|
162 |
}
|
163 |
+
.accordion-content {
|
164 |
+
padding: 8px !important;
|
165 |
}
|
166 |
+
.prose .user p {
|
167 |
+
margin-top: 0 !important;
|
168 |
}
|
169 |
"""
|
170 |
)
|