Spaces:
Runtime error
Runtime error
trttung1610
commited on
Commit
•
f7d4fd5
1
Parent(s):
effc2d5
Rename app1.py to app.py
Browse files- 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
|
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")
|