yuanjie commited on
Commit
0153acf
β€’
1 Parent(s): 3ef7826
AppZoo.py CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
2
 
3
 
4
  def run():
5
- st.set_page_config(
6
- page_title="Hello",
7
- page_icon="πŸ‘‹",
8
- )
9
 
10
  st.write("# Welcome to AppZoo! πŸ‘‹")
11
 
 
2
 
3
 
4
  def run():
5
+ # st.set_page_config(
6
+ # page_title="Hello",
7
+ # page_icon="πŸ‘‹",
8
+ # )
9
 
10
  st.write("# Welcome to AppZoo! πŸ‘‹")
11
 
pages/1_πŸ”₯_ζ¨‘εž‹η”Ÿζˆδ»£η .py CHANGED
@@ -1,9 +1,10 @@
1
  from meutils.pipe import *
2
  from appzoo.streamlit_app import Page
3
 
4
- import m2cgen as m2c
5
  import streamlit as st
6
 
 
 
7
 
8
  class MyPage(Page):
9
 
 
1
  from meutils.pipe import *
2
  from appzoo.streamlit_app import Page
3
 
 
4
  import streamlit as st
5
 
6
+ import m2cgen as m2c
7
+
8
 
9
  class MyPage(Page):
10