Spaces:
Runtime error
Runtime error
Update
Browse files
app.py
CHANGED
@@ -16,8 +16,6 @@ css = """#col-container {max-width: 90%; margin-left: auto; margin-right: auto;
|
|
16 |
#header {text-align: center;}
|
17 |
#col-chatbox {flex: 1; max-height: min(750px, 100%);}
|
18 |
#label {font-size: 2em; padding: 0.5em; margin: 0;}
|
19 |
-
.scroll-hide {overflow-y: scroll; max-height: 100px;}
|
20 |
-
.wrap {max-height: 680px;}
|
21 |
.message {font-size: 1.2em;}
|
22 |
.message-wrap {max-height: min(700px, 100vh);}
|
23 |
"""
|
@@ -27,6 +25,8 @@ css = """#col-container {max-width: 90%; margin-left: auto; margin-right: auto;
|
|
27 |
# #chatbot-tab-all {height: 750px; max-height: min(750px, 100%);}
|
28 |
# #chatbox {height: min(750px, 100%); max-height: min(750px, 100%);}
|
29 |
# #chatbox.block {height: 730px}
|
|
|
|
|
30 |
|
31 |
|
32 |
DEBUG = False
|
|
|
16 |
#header {text-align: center;}
|
17 |
#col-chatbox {flex: 1; max-height: min(750px, 100%);}
|
18 |
#label {font-size: 2em; padding: 0.5em; margin: 0;}
|
|
|
|
|
19 |
.message {font-size: 1.2em;}
|
20 |
.message-wrap {max-height: min(700px, 100vh);}
|
21 |
"""
|
|
|
25 |
# #chatbot-tab-all {height: 750px; max-height: min(750px, 100%);}
|
26 |
# #chatbox {height: min(750px, 100%); max-height: min(750px, 100%);}
|
27 |
# #chatbox.block {height: 730px}
|
28 |
+
# .wrap {max-height: 680px;}
|
29 |
+
# .scroll-hide {overflow-y: scroll; max-height: 100px;}
|
30 |
|
31 |
|
32 |
DEBUG = False
|