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 4755594 commit 3f810feCopy full SHA for 3f810fe
pages/DarkGPT.py
@@ -69,7 +69,7 @@ def main():
69
with columns[0]:
70
st.page_link(page='app.py', label='Back to Home', icon='🏠')
71
st.page_link(page='pages/Summarize.py', label='Summarize', icon='📝')
72
-
+
73
74
# Sidebar (left side) - New chat button
75
if st.sidebar.button("✨ New Chat", key="new_chat_button"):
0 commit comments