Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,10 +1,12 @@
|
|
1 |
import streamlit as st
|
2 |
-
|
|
|
|
|
3 |
|
4 |
-
|
5 |
-
text = st.text_area('Enter some text')
|
6 |
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
1 |
import streamlit as st
|
2 |
+
st.markdown("""
|
3 |
+
### Hello world
|
4 |
+
-----------------
|
5 |
|
6 |
+
My name is **Timothy Nduati**. I'm a student from Kenya with a keen interest in data science. Happy to meet you all.
|
|
|
7 |
|
8 |
+
Let's connect: [LinkedIn](https://linkedin.com/in/timothynn), [Twitter](https://twitter.com/timothynn_), [GitHub](https://github.com/timothynn)
|
9 |
+
|
10 |
+
**Keep learning**
|
11 |
+
|
12 |
+
""")
|