iSpr commited on
Commit
8083ac1
·
1 Parent(s): c08bb57

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -244,4 +244,7 @@ if st.button('확인'):
244
  })
245
  ans_topk_df = ans_topk_df.set_index('NO')
246
 
 
 
 
247
  st.dataframe(ans_topk_df)
 
244
  })
245
  ans_topk_df = ans_topk_df.set_index('NO')
246
 
247
+ ans_topk_df.style.bar(subset='확률', align='left', color='blue')
248
+ # ans_topk_df['확률'].style.applymap(color='black', font_color='blue')
249
+
250
  st.dataframe(ans_topk_df)