Spaces:
Sleeping
Sleeping
Regino
commited on
Commit
Β·
88c4e3a
1
Parent(s):
0e876c8
sdfj
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ st.markdown(
|
|
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:
|
85 |
|
86 |
# π Visualization Page
|
87 |
elif page == "π Visualizations":
|
|
|
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
|
87 |
elif page == "π Visualizations":
|