themeetjani commited on
Commit
870d555
·
verified ·
1 Parent(s): 357a24d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ 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("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
+ 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()