Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -99,8 +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.
|
103 |
-
st.
|
104 |
-
st.
|
105 |
|
106 |
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.text("## Output:")
|
103 |
+
st.text("#### 1. Extracted data: Dimensions Assessment of the leader by: Boss, Colleagues, Colleagues (other b.), Direct reports, Customers and All Raters")
|
104 |
+
st.text("#### 2. Derived data: Self score")
|
105 |
|
106 |
st.dataframe(df_combined)
|