Prathm commited on
Commit
3f408a3
1 Parent(s): dc804bf

Fixed UI errors

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from streamlit_extras.app_logo import add_logo
3
 
4
 
5
  st.set_page_config(
@@ -9,7 +9,7 @@ st.set_page_config(
9
 
10
  #st.title("FashionGen")
11
 
12
- add_logo("./pics/logo_small.jpeg", height=20)
13
 
14
  st.image('./pics/logo.jpeg')
15
  '''#### About:'''
 
1
  import streamlit as st
2
+ #from streamlit_extras.app_logo import add_logo
3
 
4
 
5
  st.set_page_config(
 
9
 
10
  #st.title("FashionGen")
11
 
12
+ #add_logo("./pics/logo_small.jpeg", height=20)
13
 
14
  st.image('./pics/logo.jpeg')
15
  '''#### About:'''