Regino commited on
Commit
88c4e3a
Β·
1 Parent(s): 0e876c8
Files changed (1) hide show
  1. app.py +1 -1
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:55])
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":