Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ custom_css = """
|
|
| 16 |
|
| 17 |
/* Chatbot Panel Styles */
|
| 18 |
#chatbot-window {
|
| 19 |
-
height:
|
| 20 |
border-radius: 12px;
|
| 21 |
border: 1px solid #e0e0e0;
|
| 22 |
background: white;
|
|
@@ -33,7 +33,7 @@ custom_css = """
|
|
| 33 |
/* Sidebar styling */
|
| 34 |
.sidebar-panel {
|
| 35 |
background-color: rgba(128, 128, 128, 0.05);
|
| 36 |
-
padding:
|
| 37 |
border-radius: 12px;
|
| 38 |
min-width: 290px !important;
|
| 39 |
}
|
|
|
|
| 16 |
|
| 17 |
/* Chatbot Panel Styles */
|
| 18 |
#chatbot-window {
|
| 19 |
+
height: 68vh !important;
|
| 20 |
border-radius: 12px;
|
| 21 |
border: 1px solid #e0e0e0;
|
| 22 |
background: white;
|
|
|
|
| 33 |
/* Sidebar styling */
|
| 34 |
.sidebar-panel {
|
| 35 |
background-color: rgba(128, 128, 128, 0.05);
|
| 36 |
+
padding: 15px !important;
|
| 37 |
border-radius: 12px;
|
| 38 |
min-width: 290px !important;
|
| 39 |
}
|