Spaces:
Sleeping
Sleeping
no message
Browse files- posterGn.py +2 -1
posterGn.py
CHANGED
|
@@ -79,8 +79,9 @@ iface = gr.ChatInterface(
|
|
| 79 |
chat_stream,
|
| 80 |
css="""
|
| 81 |
.message-wrap img {
|
| 82 |
-
max-width:
|
| 83 |
height: auto !important;
|
|
|
|
| 84 |
transition: transform 0.2s;
|
| 85 |
}
|
| 86 |
.message-wrap img:hover {
|
|
|
|
| 79 |
chat_stream,
|
| 80 |
css="""
|
| 81 |
.message-wrap img {
|
| 82 |
+
max-width: 400px !important;
|
| 83 |
height: auto !important;
|
| 84 |
+
max-height: unset !important;
|
| 85 |
transition: transform 0.2s;
|
| 86 |
}
|
| 87 |
.message-wrap img:hover {
|