danielle2003 commited on
Commit
7d319b1
·
verified ·
1 Parent(s): 003b17c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -47,9 +47,9 @@ if "generate_response" not in st.session_state:
47
 
48
  if st.session_state.show_overlay == False:
49
  left = -9
50
- top = -13
51
  else:
52
- top= -5
53
  left =-5
54
 
55
  # Folder to store chat histories
 
47
 
48
  if st.session_state.show_overlay == False:
49
  left = -9
50
+ top = -14
51
  else:
52
+ top= -7
53
  left =-5
54
 
55
  # Folder to store chat histories