trttung1610 commited on
Commit
f7d4fd5
1 Parent(s): effc2d5

Rename app1.py to app.py

Browse files
Files changed (1) hide show
  1. app1.py → app.py +1 -1
app1.py → app.py RENAMED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
  import numpy as np
3
- from object_9x9 import Player, HumanPlayer
4
 
5
  # Create RL bot player and human player
6
  p1 = Player("9x9_p1")
 
1
  import streamlit as st
2
  import numpy as np
3
+ from objects_9x9 import Player, HumanPlayer
4
 
5
  # Create RL bot player and human player
6
  p1 = Player("9x9_p1")