Spaces:
Runtime error
Runtime error
Commit
·
e2e488d
1
Parent(s):
9adddc4
new
Browse files
app.py
CHANGED
@@ -766,43 +766,44 @@ En resumen, la industria de la tecnología y la analítica de datos está en con
|
|
766 |
# </div>
|
767 |
# """, unsafe_allow_html=True)
|
768 |
if selected2 == "New":
|
769 |
-
|
770 |
-
|
771 |
-
|
772 |
-
|
773 |
-
|
774 |
-
|
775 |
-
|
776 |
-
|
777 |
-
|
778 |
-
|
779 |
-
|
780 |
-
|
781 |
-
|
782 |
-
|
783 |
-
|
784 |
-
|
785 |
-
|
786 |
-
|
787 |
-
|
788 |
-
|
789 |
-
|
790 |
-
|
791 |
-
|
792 |
-
|
793 |
-
|
794 |
-
|
795 |
-
|
796 |
-
|
797 |
-
|
798 |
import time
|
799 |
|
800 |
progress_text = "Operation in progress. Please wait."
|
801 |
my_bar = st.progress(0, text=progress_text)
|
802 |
|
803 |
for percent_complete in range(100):
|
804 |
-
time.sleep(0.
|
805 |
my_bar.progress(percent_complete + 1, text=progress_text)
|
|
|
806 |
|
807 |
if selected2 == "Contact US":
|
808 |
|
|
|
766 |
# </div>
|
767 |
# """, unsafe_allow_html=True)
|
768 |
if selected2 == "New":
|
769 |
+
# col1, col2, col3 = st.columns(3)
|
770 |
+
#
|
771 |
+
# col1.markdown(f"""
|
772 |
+
# <div class="container text-center">
|
773 |
+
# <div class="row align-items-start">
|
774 |
+
# <div class="col">
|
775 |
+
# email
|
776 |
+
# </div>
|
777 |
+
# <div class="col">
|
778 |
+
# github
|
779 |
+
# </div>
|
780 |
+
# <div class="col">
|
781 |
+
# {image}
|
782 |
+
# </div>
|
783 |
+
# </div>
|
784 |
+
# </div>
|
785 |
+
# """, unsafe_allow_html=True)
|
786 |
+
# col2.balloons()
|
787 |
+
# container = st.container()
|
788 |
+
#
|
789 |
+
# container.markdown("Hello")
|
790 |
+
# container.write('aqui y ahora')
|
791 |
+
# container.image(image)
|
792 |
+
#
|
793 |
+
# import streamlit as st
|
794 |
+
#
|
795 |
+
# st.success('This is a success message!', icon="✅")
|
796 |
+
#
|
797 |
+
# import streamlit as st
|
798 |
import time
|
799 |
|
800 |
progress_text = "Operation in progress. Please wait."
|
801 |
my_bar = st.progress(0, text=progress_text)
|
802 |
|
803 |
for percent_complete in range(100):
|
804 |
+
time.sleep(0.05)
|
805 |
my_bar.progress(percent_complete + 1, text=progress_text)
|
806 |
+
st.write('Dale Mati!!!!')
|
807 |
|
808 |
if selected2 == "Contact US":
|
809 |
|