Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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'))
|