Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ if "generate_response" not in st.session_state:
|
|
47 |
|
48 |
if st.session_state.show_overlay == False:
|
49 |
left = -9
|
50 |
-
top = -
|
51 |
else:
|
52 |
top= -7
|
53 |
left =-5
|
@@ -895,6 +895,7 @@ if st.session_state.framework == "dash":
|
|
895 |
section[data-testid="stAppScrollToBottomContainer"]{{
|
896 |
margin-top:50px !important;
|
897 |
padding-right:5px !important;
|
|
|
898 |
}}
|
899 |
div[data-testid="stChatMessageAvatarUser"]{{
|
900 |
display:none;
|
|
|
47 |
|
48 |
if st.session_state.show_overlay == False:
|
49 |
left = -9
|
50 |
+
top = -10
|
51 |
else:
|
52 |
top= -7
|
53 |
left =-5
|
|
|
895 |
section[data-testid="stAppScrollToBottomContainer"]{{
|
896 |
margin-top:50px !important;
|
897 |
padding-right:5px !important;
|
898 |
+
margin-right:50px;
|
899 |
}}
|
900 |
div[data-testid="stChatMessageAvatarUser"]{{
|
901 |
display:none;
|