Skip to content

Commit

Permalink
Fix pomkos#46 no idea if it works tho
Browse files Browse the repository at this point in the history
  • Loading branch information
Geczy authored May 22, 2021
1 parent 8f425d8 commit 4ec3531
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/food_select.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,7 @@ def results_formatter(self, results, receipt_df):
st.code(results_str)

with st.beta_expander("See everyone's claimed meals"):
st.markdown('<style>[scope="column"] { display: none; }</style>', unsafe_allow_html=True)
st.table(results)


Expand Down

0 comments on commit 4ec3531

Please sign in to comment.