HuskyDoge commited on
Commit
d358914
·
1 Parent(s): 2baaf51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -47,6 +47,7 @@ st.markdown("""
47
  """, unsafe_allow_html=True)
48
  # 项目介绍
49
  st.markdown("""
 
50
  <div style='color: black; font-size:18px'>Gomoku is an abstract strategy board game. Also called <span style='color:red;'>Gobang</span> or <span style='color:red;'>Five in a Row</span>,
51
  it is traditionally played with Go pieces (black and white stones)
52
  on a Go board. It is straightforward and fun, but also full of strategy and challenge.
 
47
  """, unsafe_allow_html=True)
48
  # 项目介绍
49
  st.markdown("""
50
+ <div style='color: red; font-size:18px'>(Better to clone this space locally to run games, the reaction time of the bot is much longer in huggingface's space) </div>
51
  <div style='color: black; font-size:18px'>Gomoku is an abstract strategy board game. Also called <span style='color:red;'>Gobang</span> or <span style='color:red;'>Five in a Row</span>,
52
  it is traditionally played with Go pieces (black and white stones)
53
  on a Go board. It is straightforward and fun, but also full of strategy and challenge.