themeetjani commited on
Commit
50319a7
·
verified ·
1 Parent(s): d2e6430

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -9,7 +9,6 @@ st.set_page_config(
9
  )
10
  st.markdown("<h1 style='text-align: center; color: black;'> Welcome to DataAI! 👋</h1>", unsafe_allow_html=True)
11
 
12
- st.sidebar.success("Please select a demo above.")
13
  def get_base64_of_bin_file(png_file):
14
  with open(png_file, "rb") as f:
15
  data = f.read()
 
9
  )
10
  st.markdown("<h1 style='text-align: center; color: black;'> Welcome to DataAI! 👋</h1>", unsafe_allow_html=True)
11
 
 
12
  def get_base64_of_bin_file(png_file):
13
  with open(png_file, "rb") as f:
14
  data = f.read()