DrishtiSharma commited on
Commit
5b6d428
·
verified ·
1 Parent(s): 2851a04

Update app3.py

Browse files
Files changed (1) hide show
  1. app3.py +1 -1
app3.py CHANGED
@@ -49,7 +49,7 @@ def load_dataset_into_session():
49
  # Option 1: Load dataset from the repo directory
50
  if input_option == "Use Repo Directory Dataset":
51
  file_path = "./source/test.csv"
52
- if st.button("Load Repo Dataset"):
53
  try:
54
  st.session_state.df = pd.read_csv(file_path)
55
  st.success(f"File loaded successfully from '{file_path}'!")
 
49
  # Option 1: Load dataset from the repo directory
50
  if input_option == "Use Repo Directory Dataset":
51
  file_path = "./source/test.csv"
52
+ if st.button("Load Dataset"):
53
  try:
54
  st.session_state.df = pd.read_csv(file_path)
55
  st.success(f"File loaded successfully from '{file_path}'!")