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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -244,7 +244,8 @@ if st.button('확인'):
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)
 
 
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)
251
+ st.dataframe(ans_topk_df.style.bar(subset='확률', align='left', color='blue'))