Update app.py
Browse files
app.py
CHANGED
|
@@ -21,11 +21,8 @@ except OSError as e:
|
|
| 21 |
# Streamlit Configurations
|
| 22 |
st.set_page_config(page_title="🐶 DUBSChat",page_icon=IMAGE_PATH, layout="wide")
|
| 23 |
|
| 24 |
-
import streamlit as st
|
| 25 |
-
|
| 26 |
-
IMAGE_PATH = "Problems.png"
|
| 27 |
|
| 28 |
-
st.logo(
|
| 29 |
|
| 30 |
|
| 31 |
# Utility Functions
|
|
|
|
| 21 |
# Streamlit Configurations
|
| 22 |
st.set_page_config(page_title="🐶 DUBSChat",page_icon=IMAGE_PATH, layout="wide")
|
| 23 |
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
+
st.logo(IMAGE_PATH_2)
|
| 26 |
|
| 27 |
|
| 28 |
# Utility Functions
|