stefania11 commited on
Commit
4d2f5ac
·
1 Parent(s): bf17089

update app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def translate(audio):
79
  tr_flag = flag.flag(transcription.language)
80
  return tr_flag, transcription.text, translation.text
81
 
82
- def outbreak(plot_type):
83
  df = pd.read_csv('emp_experience_data.csv')
84
  data_encoded = df.copy(deep=True)
85
  categorical_column = ['Attrition', 'Gender', 'BusinessTravel', 'Education', 'EmployeeExperience', 'EmployeeFeedbackSentiments', 'Designation',
 
79
  tr_flag = flag.flag(transcription.language)
80
  return tr_flag, transcription.text, translation.text
81
 
82
+ def outbreak(plot_type):
83
  df = pd.read_csv('emp_experience_data.csv')
84
  data_encoded = df.copy(deep=True)
85
  categorical_column = ['Attrition', 'Gender', 'BusinessTravel', 'Education', 'EmployeeExperience', 'EmployeeFeedbackSentiments', 'Designation',