Spaces:
Running
Running
Update app.py
Browse files
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 = -
|
51 |
else:
|
52 |
-
top= -
|
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
|