awacke1 commited on
Commit
a8020e6
·
verified ·
1 Parent(s): 0096450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
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