Vineedhar commited on
Commit
eb0778d
·
verified ·
1 Parent(s): 7719a44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -99,5 +99,8 @@ if uploaded_file is not None:
99
  df_combined['Self_score'] = df_combined.apply(calculate_self_score, axis=1)
100
 
101
  # Display the resultant DataFrame
102
- st.write("### Extracted Dataset")
 
 
 
103
  st.dataframe(df_combined)
 
99
  df_combined['Self_score'] = df_combined.apply(calculate_self_score, axis=1)
100
 
101
  # Display the resultant DataFrame
102
+ st.write("### Output:")
103
+ st.write("## 1. Extracted data: Dimensions Assessment of the leader by: Boss, Colleagues, Colleagues (other b.), Direct reports, Customers and All Raters")
104
+ st.write("## 2. Derived data: Self score")
105
+
106
  st.dataframe(df_combined)