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 4cf7142 commit 36e7263Copy full SHA for 36e7263
streamlit_app.py
@@ -69,7 +69,7 @@ def chapter_title(chapter_folder):
69
st.write("No Chapter Outline found.")
70
else:
71
# Display contents of selected README file
72
- with open(readme_files[0], "r", encoding="utf-8") as f:
+ with open(original_files[0], "r", encoding="utf-8") as f:
73
st.markdown(f.read())
74
75
# Display list of Python files in selected chapter
0 commit comments