We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 173b431 commit acaeec0Copy full SHA for acaeec0
pages/DarkGPT.py
@@ -52,7 +52,7 @@ def main():
52
53
with columns[0]:
54
st.page_link(page='app.py', label='Back to Home', icon='🏠')
55
- st.page_link(page='pages/Summarize.py', label='Summarize', icon='📝')
+ st.page_link(page='pages/summarize.py', label='Summarize', icon='📝')
56
57
# Sidebar (left side) - New chat button
58
if st.sidebar.button("✨ New Chat", key="new_chat_button"):
0 commit comments