Funpee commited on
Commit
c6c3cf4
·
1 Parent(s): cf6d358

no message

Browse files
Files changed (1) hide show
  1. 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: 600px !important;
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 {