Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
import streamlit as st
|
|
|
2 |
|
3 |
st.markdown("""## The evolution of AI""")
|
4 |
|
@@ -98,11 +99,6 @@ st.markdown("""
|
|
98 |
""")
|
99 |
|
100 |
|
101 |
-
|
102 |
-
import streamlit as st
|
103 |
-
|
104 |
-
st.set_page_config(page_title="AI Evolution", layout="wide")
|
105 |
-
|
106 |
st.markdown("""
|
107 |
# The Evolution of AI
|
108 |
|
|
|
1 |
import streamlit as st
|
2 |
+
st.set_page_config(page_title="AI Evolution", layout="wide")
|
3 |
|
4 |
st.markdown("""## The evolution of AI""")
|
5 |
|
|
|
99 |
""")
|
100 |
|
101 |
|
|
|
|
|
|
|
|
|
|
|
102 |
st.markdown("""
|
103 |
# The Evolution of AI
|
104 |
|