From 9798f128432925b02248c3e1b489a15f2fdfd2b2 Mon Sep 17 00:00:00 2001 From: Claromes Date: Mon, 24 Jun 2024 17:59:54 -0300 Subject: [PATCH] fix web app title img --- app/app.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/app.py b/app/app.py index 8c8e24b..f47c3e4 100644 --- a/app/app.py +++ b/app/app.py @@ -74,6 +74,9 @@ st.html( button[data-testid="StyledFullScreenButton"] { display: none; } + div[class="st-emotion-cache-1v0mbdj e115fcil1"] { + max-width: 100%; + } """ ) -- 2.34.1