Spaces:
Sleeping
Sleeping
aixsatoshi
commited on
Commit
•
3ea6dd3
1
Parent(s):
af0749f
Update app.py
Browse files
app.py
CHANGED
@@ -22,6 +22,7 @@ languages = [
|
|
22 |
"Sotho", "Swedish", "Uyghur"
|
23 |
]
|
24 |
|
|
|
25 |
custom_css = """
|
26 |
.chatbox .messages .message {
|
27 |
max-height: 100%; /* 制限をなくすために高めに設定 */
|
|
|
22 |
"Sotho", "Swedish", "Uyghur"
|
23 |
]
|
24 |
|
25 |
+
|
26 |
custom_css = """
|
27 |
.chatbox .messages .message {
|
28 |
max-height: 100%; /* 制限をなくすために高めに設定 */
|