Typo
Browse files
app.py
CHANGED
|
@@ -113,9 +113,10 @@ custom_css = """
|
|
| 113 |
|
| 114 |
#chatbot {
|
| 115 |
height:1000px!important;
|
|
|
|
| 116 |
}
|
| 117 |
#chatbot .role {
|
| 118 |
-
max-
|
| 119 |
}
|
| 120 |
|
| 121 |
.logo-container {
|
|
|
|
| 113 |
|
| 114 |
#chatbot {
|
| 115 |
height:1000px!important;
|
| 116 |
+
overflow:visible!important;
|
| 117 |
}
|
| 118 |
#chatbot .role {
|
| 119 |
+
max-width:95%
|
| 120 |
}
|
| 121 |
|
| 122 |
.logo-container {
|