DrishtiSharma commited on
Commit
11ef971
·
verified ·
1 Parent(s): f64187e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -76,8 +76,6 @@ def load_dataset_into_session():
76
  except Exception as e:
77
  st.error(f"Error reading uploaded file: {e}")
78
 
79
-
80
-
81
  # Load dataset into session
82
  load_dataset_into_session()
83
 
 
76
  except Exception as e:
77
  st.error(f"Error reading uploaded file: {e}")
78
 
 
 
79
  # Load dataset into session
80
  load_dataset_into_session()
81