khof312 commited on
Commit
6192b67
·
1 Parent(s): 8cee5f6

Remove logo

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -13,8 +13,8 @@ from src import *
13
 
14
  ########################
15
  col1, col2 = st.columns([20,3])
16
- with col2:
17
- st.image('logo.png', use_container_width=True)
18
  with col1:
19
  st.title("Mockingbird")
20
  st.header("A demo of open Text to Speech tools")
 
13
 
14
  ########################
15
  col1, col2 = st.columns([20,3])
16
+ #with col2:
17
+ #st.image('logo.png', use_container_width=True)
18
  with col1:
19
  st.title("Mockingbird")
20
  st.header("A demo of open Text to Speech tools")