Update app.py
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def generate_code_threads(
|
|
64 |
st.set_page_config(page_icon=":laptop:", layout="wide")
|
65 |
with open("utils/table_contents.md", "r") as f:
|
66 |
contents = f.read()
|
67 |
-
|
68 |
st.sidebar.markdown(contents)
|
69 |
|
70 |
# Introduction
|
|
|
64 |
st.set_page_config(page_icon=":laptop:", layout="wide")
|
65 |
with open("utils/table_contents.md", "r") as f:
|
66 |
contents = f.read()
|
67 |
+
|
68 |
st.sidebar.markdown(contents)
|
69 |
|
70 |
# Introduction
|