danielle2003 commited on
Commit
1ceae90
·
verified ·
1 Parent(s): 8c58426

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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 = -8
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;