Spaces:
Runtime error
Runtime error
yuanjie
commited on
Commit
Β·
c010977
1
Parent(s):
f652093
update
Browse files
pages/1_π₯_樑εηζ代η .py
CHANGED
@@ -39,7 +39,7 @@ class MyPage(Page):
|
|
39 |
code = m2c.__getattribute__(f'export_to_{_}')(estimator)
|
40 |
|
41 |
st.markdown("##### code:")
|
42 |
-
st.
|
43 |
|
44 |
|
45 |
|
|
|
39 |
code = m2c.__getattribute__(f'export_to_{_}')(estimator)
|
40 |
|
41 |
st.markdown("##### code:")
|
42 |
+
st.code(code)
|
43 |
|
44 |
|
45 |
|