Fralet commited on
Commit
367a123
1 Parent(s): a1d78c9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ default_labels = ["Peacemaker", "Loyalist", "Achiever", "Reformer", "Individuali
20
  st.title("Resume-based Personality Prediction by Serikov Ayanbek")
21
 
22
  # Load data from Excel
23
- data = pd.read_excel("ResponseTest.xls") # Replace 'your_excel_file.xlsx' with your actual file name
24
 
25
  # Preprocess text function
26
  def preprocess_text(text):
 
20
  st.title("Resume-based Personality Prediction by Serikov Ayanbek")
21
 
22
  # Load data from Excel
23
+ data = pd.read_excel("ResponseTest.xlsx") # Replace 'your_excel_file.xlsx' with your actual file name
24
 
25
  # Preprocess text function
26
  def preprocess_text(text):