Skip to content

Commit acaeec0

Browse files
Update DarkGPT.py
1 parent 173b431 commit acaeec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/DarkGPT.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def main():
5252

5353
with columns[0]:
5454
st.page_link(page='app.py', label='Back to Home', icon='🏠')
55-
st.page_link(page='pages/Summarize.py', label='Summarize', icon='📝')
55+
st.page_link(page='pages/summarize.py', label='Summarize', icon='📝')
5656

5757
# Sidebar (left side) - New chat button
5858
if st.sidebar.button("✨ New Chat", key="new_chat_button"):

0 commit comments

Comments
 (0)