update
Browse files
app.py
CHANGED
@@ -148,9 +148,6 @@ demo = gr.ChatInterface(
|
|
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;
|
@@ -163,9 +160,6 @@ demo = gr.ChatInterface(
|
|
163 |
.accordion-content {
|
164 |
padding: 8px !important;
|
165 |
}
|
166 |
-
.user-message p {
|
167 |
-
margin-top: 0 !important;
|
168 |
-
}
|
169 |
"""
|
170 |
)
|
171 |
|
|
|
148 |
overflow-wrap: break-word !important;
|
149 |
max-width: 100% !important;
|
150 |
}
|
|
|
|
|
|
|
151 |
.accordion {
|
152 |
margin: 0 !important;
|
153 |
border: none !important;
|
|
|
160 |
.accordion-content {
|
161 |
padding: 8px !important;
|
162 |
}
|
|
|
|
|
|
|
163 |
"""
|
164 |
)
|
165 |
|