Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from multiprocessing import freeze_support
|
|
6 |
|
7 |
# Fix path to include src directory
|
8 |
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), "src"))
|
9 |
-
|
10 |
from txagent.txagent import TxAgent
|
11 |
import inspect
|
12 |
|
|
|
6 |
|
7 |
# Fix path to include src directory
|
8 |
sys.path.insert(0, os.path.join(os.path.dirname(os.path.abspath(__file__)), "src"))
|
9 |
+
importlib.reload(txagent.txagent)
|
10 |
from txagent.txagent import TxAgent
|
11 |
import inspect
|
12 |
|