Spaces:
Sleeping
Sleeping
Regino
commited on
Commit
Β·
3f37371
1
Parent(s):
88c4e3a
nasf
Browse files
app.py
CHANGED
@@ -80,7 +80,6 @@ st.markdown(
|
|
80 |
# π Dataset Page
|
81 |
if page == "π Dataset":
|
82 |
st.header("π Dataset Preview")
|
83 |
-
st.markdown("### Displaying Rows **50-55** from the Training Data:")
|
84 |
st.dataframe(df.iloc[49:105])
|
85 |
|
86 |
# π Visualization Page
|
|
|
80 |
# π Dataset Page
|
81 |
if page == "π Dataset":
|
82 |
st.header("π Dataset Preview")
|
|
|
83 |
st.dataframe(df.iloc[49:105])
|
84 |
|
85 |
# π Visualization Page
|