Spaces:
Runtime error
Runtime error
yuanjie
commited on
Commit
Β·
0153acf
1
Parent(s):
3ef7826
update
Browse files- AppZoo.py +4 -4
- pages/1_π₯_樑εηζ代η .py +2 -1
AppZoo.py
CHANGED
@@ -2,10 +2,10 @@ import streamlit as st
|
|
2 |
|
3 |
|
4 |
def run():
|
5 |
-
st.set_page_config(
|
6 |
-
|
7 |
-
|
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 |
|