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