Update pages/02_📙How_it_Works.py
Browse files
pages/02_📙How_it_Works.py
CHANGED
|
@@ -40,9 +40,9 @@ class Guide(TeethApp):
|
|
| 40 |
self.build_app()
|
| 41 |
|
| 42 |
def build_app(self):
|
| 43 |
-
st.title("
|
| 44 |
-
st.markdown("
|
| 45 |
-
st.markdown("
|
| 46 |
st.markdown("**Example:**")
|
| 47 |
st.image("illu.png")
|
| 48 |
|
|
|
|
| 40 |
self.build_app()
|
| 41 |
|
| 42 |
def build_app(self):
|
| 43 |
+
st.title("More Coming Soon")
|
| 44 |
+
st.markdown("Made by Huayuan Song for the 10 ECTS 02830 Advanced Project in Digital Media Technology course at the Technical University of Denmark.")
|
| 45 |
+
st.markdown("Documentation and references in progress.")
|
| 46 |
st.markdown("**Example:**")
|
| 47 |
st.image("illu.png")
|
| 48 |
|