abanm commited on
Commit
3071567
·
verified ·
1 Parent(s): 1f73877

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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(IMAGE_PATH)
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