Vineedhar commited on
Commit
9d4b23e
·
verified ·
1 Parent(s): eb0778d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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.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)
 
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)