Update app.py
Browse files
app.py
CHANGED
|
@@ -237,7 +237,7 @@ styler = cdf.style.hide_index()
|
|
| 237 |
st.write(styler.to_html(), unsafe_allow_html=True)
|
| 238 |
|
| 239 |
#st.write(df.to_html(index=False), unsafe_allow_html=True)
|
| 240 |
-
st.sidebar.table(
|
| 241 |
|
| 242 |
|
| 243 |
"""
|
|
|
|
| 237 |
st.write(styler.to_html(), unsafe_allow_html=True)
|
| 238 |
|
| 239 |
#st.write(df.to_html(index=False), unsafe_allow_html=True)
|
| 240 |
+
st.sidebar.table(styler)
|
| 241 |
|
| 242 |
|
| 243 |
"""
|