Skip to content

Commit 36e7263

Browse files
committed
done
1 parent 4cf7142 commit 36e7263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

streamlit_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def chapter_title(chapter_folder):
6969
st.write("No Chapter Outline found.")
7070
else:
7171
# Display contents of selected README file
72-
with open(readme_files[0], "r", encoding="utf-8") as f:
72+
with open(original_files[0], "r", encoding="utf-8") as f:
7373
st.markdown(f.read())
7474

7575
# Display list of Python files in selected chapter

0 commit comments

Comments
 (0)