Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -49,7 +49,7 @@ if st.session_state.show_overlay == False:
|
|
49 |
left = -9
|
50 |
top = -10
|
51 |
else:
|
52 |
-
top= -
|
53 |
left =-5
|
54 |
# Folder to store chat histories
|
55 |
CHAT_DIR = "chat_histories"
|
|
|
49 |
left = -9
|
50 |
top = -10
|
51 |
else:
|
52 |
+
top= -6.75
|
53 |
left =-5
|
54 |
# Folder to store chat histories
|
55 |
CHAT_DIR = "chat_histories"
|