Spaces:
Runtime error
Runtime error
Update Home.py
Browse files
Home.py
CHANGED
@@ -34,7 +34,7 @@ with st.container():
|
|
34 |
st_lottie(r,height=300)
|
35 |
|
36 |
|
37 |
-
|
38 |
with st.container():
|
39 |
st.write('---')
|
40 |
st.title('Contact me')
|
@@ -58,3 +58,4 @@ with st.container():
|
|
58 |
""",height=300)
|
59 |
|
60 |
st.write('---')
|
|
|
|
34 |
st_lottie(r,height=300)
|
35 |
|
36 |
|
37 |
+
'''
|
38 |
with st.container():
|
39 |
st.write('---')
|
40 |
st.title('Contact me')
|
|
|
58 |
""",height=300)
|
59 |
|
60 |
st.write('---')
|
61 |
+
'''
|