Falguni commited on
Commit
79fb409
·
1 Parent(s): 4b7d2b8

Fix import

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. src/__init__.py +0 -0
app.py CHANGED
@@ -1,7 +1,7 @@
1
  from typing import Optional, Tuple
2
  import gradio as gr
3
 
4
- from ThinkSquare.src.thinksqure_engine import ThinkSquareEngine
5
 
6
 
7
  def play_chess(
 
1
  from typing import Optional, Tuple
2
  import gradio as gr
3
 
4
+ from src.thinksqure_engine import ThinkSquareEngine
5
 
6
 
7
  def play_chess(
src/__init__.py ADDED
File without changes