abanm commited on
Commit
284b4e0
·
verified ·
1 Parent(s): 6eafeab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ except OSError as e:
22
 
23
  # Streamlit Configurations
24
  st.set_page_config(page_title="DUBSChat", page_icon=IMAGE_PATH, layout="wide")
25
- st.image(IMAGE_PATH_2, width=200)
26
 
27
  # -------------------------
28
  # Chat Template
 
22
 
23
  # Streamlit Configurations
24
  st.set_page_config(page_title="DUBSChat", page_icon=IMAGE_PATH, layout="wide")
25
+ st.logo(IMAGE_PATH_2,size="large")
26
 
27
  # -------------------------
28
  # Chat Template