Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -249,4 +249,4 @@ if st.button('확인'):
|
|
249 |
|
250 |
# st.dataframe(ans_topk_df)
|
251 |
# st.dataframe(ans_topk_df.style.bar(subset='확률', align='left', color='blue'))
|
252 |
-
|
|
|
249 |
|
250 |
# st.dataframe(ans_topk_df)
|
251 |
# st.dataframe(ans_topk_df.style.bar(subset='확률', align='left', color='blue'))
|
252 |
+
st.write(ans_topk_df.style.bar(subset='확률', align='left', color='blue'))
|