Skip to content

Commit

Permalink
Update home.py
Browse files Browse the repository at this point in the history
  • Loading branch information
baligoyem authored Jul 21, 2021
1 parent 8e2517d commit 7545983
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions home.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import streamlit as st
from streamlit import caching
import SessionState
import pandas as pd
from pandas_profiling import ProfileReport
@@ -68,6 +69,9 @@ def reading_dataset():
st.sidebar.text_area(label="Enter your note here!", value="You don't have any notes", height=30)
st.sidebar.subheader("")
st.sidebar.write("&nbsp[![Buy me a coffee](https://img.shields.io/badge/Buy_Me_A_Coffee-FFDD00?style=for-the-badge&logo=buy-me-a-coffee&logoColor=black)](https://www.buymeacoffee.com/baligoyem)&nbsp[![Connect](https://img.shields.io/badge/Beytullah-0077B5?style=for-the-badge&logo=linkedin&logoColor=white&link=https://tr.linkedin.com/in/beytullah-ali-g%C3%B6yem-461749152)](https://tr.linkedin.com/in/beytullah-ali-g%C3%B6yem-461749152)")
if st.sidebar.button("Clear Cache"):
caching.clear_cache()
st.sidebar.success("Cache is cleared!")
if uploaded_file is not None:
before = beforeSTable()
after = afterSTable()

0 comments on commit 7545983

Please sign in to comment.