fix web app title img
authorClaromes <claromes@hey.com>
Mon, 24 Jun 2024 20:59:54 +0000 (17:59 -0300)
committerClaromes <claromes@hey.com>
Mon, 24 Jun 2024 20:59:54 +0000 (17:59 -0300)
app/app.py

index 8c8e24b9c33cae8d8d28d9658eb632265e978c3c..f47c3e46bdaa17c282391cf4eaf3638d6096f9a2 100644 (file)
@@ -74,6 +74,9 @@ st.html(
         button[data-testid="StyledFullScreenButton"] {
             display: none;
         }
+        div[class="st-emotion-cache-1v0mbdj e115fcil1"] {
+            max-width: 100%;
+        }
     </style>
     """
 )