Spaces:
Runtime error
Runtime error
Fixed UI errors
Browse files
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:'''
|