sanchit-gandhi commited on
Commit
6594cef
·
1 Parent(s): 99d5a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ st.markdown(
103
  )
104
 
105
  # st.table(table)
106
- st.DataFrame(table.style.format("{:.1}"))
107
 
108
  st.markdown(
109
  """
 
103
  )
104
 
105
  # st.table(table)
106
+ st.table(table.style.format({"E": "{:.1f}"}))
107
 
108
  st.markdown(
109
  """