Quetiento commited on
Commit
df18a0a
1 Parent(s): 6414bfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -8
app.py CHANGED
@@ -1,9 +1,8 @@
1
- import pandas as pd
2
- import streamlit as st
3
- import plotly.express as px
4
-
5
- df_diamonds = pd.read_csv('diamonds.csv')
6
-
7
- st.title("Diamond APP sorting festivity. Noted by Dimitri")
8
-
9
  st.pyplot(fig)
 
1
+ import pandas as pd
2
+ import streamlit as st
3
+
4
+ df_diamonds = pd.read_csv('diamonds.csv')
5
+
6
+ st.title("Diamond APP sorting festivity. Noted by Dimitri")
7
+
 
8
  st.pyplot(fig)