awacke1 commited on
Commit
eb50083
·
verified ·
1 Parent(s): a1fcad5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,5 +1,7 @@
1
  import streamlit as st
2
  import pandas as pd
 
 
3
 
4
  st.set_page_config(page_title="AI Evolution", layout="wide")
5
 
 
1
  import streamlit as st
2
  import pandas as pd
3
+ import plotly.express as px
4
+
5
 
6
  st.set_page_config(page_title="AI Evolution", layout="wide")
7