Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
•
7c89ccd
1
Parent(s):
890a566
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ def add_logo(png_file):
|
|
50 |
unsafe_allow_html=True,
|
51 |
)
|
52 |
|
53 |
-
add_logo("
|
54 |
st.markdown("<h2 style='text-align: center; color: black;'>This is the demo for the usecases we've worked on.</h1>", unsafe_allow_html=True)
|
55 |
|
56 |
st.markdown("<h3 style='text-align: center; color: black;'>Select a demo from the sidebar to see some examples of what we can do!!! </h2>", unsafe_allow_html=True)
|
|
|
50 |
unsafe_allow_html=True,
|
51 |
)
|
52 |
|
53 |
+
add_logo("logoo.png")
|
54 |
st.markdown("<h2 style='text-align: center; color: black;'>This is the demo for the usecases we've worked on.</h1>", unsafe_allow_html=True)
|
55 |
|
56 |
st.markdown("<h3 style='text-align: center; color: black;'>Select a demo from the sidebar to see some examples of what we can do!!! </h2>", unsafe_allow_html=True)
|