Skip to content

Commit 9576f7c

Browse files
author
Fred Zimmerman
committed
hot fix removing debug statement
Signed-off-by: Fred Zimmerman <fredzannarbor@gmail.com>
1 parent 697f8fa commit 9576f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Codexes2Gemini/ui/build_from_dataset_of_codexes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ def run_streamlit_app():
952952
""")
953953
with st.expander("About", expanded=False):
954954
st.caption(f"Version {__version__}: {__announcements__}")
955-
st.write('made it')
955+
956956
user_space = load_user_space()
957957

958958

0 commit comments

Comments
 (0)