Skip to content

Commit 8366c8b

Browse files
authored
Merge pull request #45 from advanced-computing/Aileen
Added gitignore for secrets.toml
2 parents 09117de + 01d5ef1 commit 8366c8b

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,9 @@ poetry.toml
203203
# ruff
204204
.ruff_cache/
205205

206+
# secrets.toml
207+
.streamlit/secrets.toml
208+
206209
# LSP config files
207210
pyrightconfig.json
208211

main_page.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,3 @@
99

1010
# Run the selected page
1111
pg.run()
12-
13-

pages/proposal.py renamed to proposal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
st.title("Project Proposal, Feedback, and Reflections")
66

77
st.markdown(
8-
"""
8+
"""
99
This page documents the evolution of our project proposal, including reflections
1010
after initial implementation and feedback from the teaching team.
1111
"""

0 commit comments

Comments
 (0)