HarishMaths commited on
Commit
47c0299
·
verified ·
1 Parent(s): c119b54

Update src/setup.py

Browse files
Files changed (1) hide show
  1. src/setup.py +8 -8
src/setup.py CHANGED
@@ -1,9 +1,9 @@
1
- import streamlit as st
2
- from frontend.assets import logo,icon
3
-
4
- def page_setup():
5
- st.set_page_config(
6
- page_title="Great Lens",
7
- page_icon=icon)
8
-
9
  st.logo(logo,size='large',link='https://www.mygreatlearning.com/')
 
1
+ import streamlit as st
2
+ from assets import logo,icon
3
+
4
+ def page_setup():
5
+ st.set_page_config(
6
+ page_title="Great Lens",
7
+ page_icon=icon)
8
+
9
  st.logo(logo,size='large',link='https://www.mygreatlearning.com/')