Spaces:
Sleeping
Sleeping
pizzagatakasugi
commited on
Commit
·
b25ca9e
1
Parent(s):
c69d885
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import cshogi
|
|
3 |
from IPython.display import display
|
4 |
|
5 |
board = cshogi.Board()
|
6 |
-
st.write(display(board.to_svg()),unsafe_allow_html=True)
|
7 |
-
st.write(board,unsafe_allow_html=True)
|
8 |
-
st.write(print(board), unsafe_allow_html=True)
|
9 |
st.markdown(board.to_svg(), unsafe_allow_html=True)
|
|
|
3 |
from IPython.display import display
|
4 |
|
5 |
board = cshogi.Board()
|
6 |
+
# st.write(display(board.to_svg()),unsafe_allow_html=True)
|
7 |
+
# st.write(board,unsafe_allow_html=True)
|
8 |
+
# st.write(print(board), unsafe_allow_html=True)
|
9 |
st.markdown(board.to_svg(), unsafe_allow_html=True)
|