Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
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()
|