Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,10 +168,10 @@ if uploaded_file is not None:
|
|
168 |
boss.sort_values(by = 'Boss_score', ascending = False)
|
169 |
boss_json = boss.iloc[3:,1:].to_dict(orient='records')
|
170 |
prompt = f"You are a corporate trainer who guides me how to behave in corporate settings. You will analyze the top 3 strengths and scores{boss_json} rated by my boss out of 6. You will generate a nudge for each dimension to improveupon these strengths."
|
171 |
-
|
172 |
st.write("### Output:")
|
173 |
st.write("#### 1. Extracted data: Dimensions Assessment of the leader by: Boss, Colleagues, Colleagues (other b.), Direct reports, Customers and All Raters")
|
174 |
st.write("#### 2. Derived data: Self score")
|
175 |
st.write("### Dataset Table")
|
176 |
st.dataframe(df_combined)
|
177 |
-
st.write(
|
|
|
168 |
boss.sort_values(by = 'Boss_score', ascending = False)
|
169 |
boss_json = boss.iloc[3:,1:].to_dict(orient='records')
|
170 |
prompt = f"You are a corporate trainer who guides me how to behave in corporate settings. You will analyze the top 3 strengths and scores{boss_json} rated by my boss out of 6. You will generate a nudge for each dimension to improveupon these strengths."
|
171 |
+
|
172 |
st.write("### Output:")
|
173 |
st.write("#### 1. Extracted data: Dimensions Assessment of the leader by: Boss, Colleagues, Colleagues (other b.), Direct reports, Customers and All Raters")
|
174 |
st.write("#### 2. Derived data: Self score")
|
175 |
st.write("### Dataset Table")
|
176 |
st.dataframe(df_combined)
|
177 |
+
st.write(boss_json)
|