Spaces:
Build error
Build error
Update PanelInterface.py
Browse files- PanelInterface.py +1 -1
PanelInterface.py
CHANGED
|
@@ -3,7 +3,7 @@ import pandas as pd
|
|
| 3 |
import logging
|
| 4 |
import json
|
| 5 |
import os
|
| 6 |
-
from
|
| 7 |
|
| 8 |
from InteractiveInterviewChatbot import *
|
| 9 |
|
|
|
|
| 3 |
import logging
|
| 4 |
import json
|
| 5 |
import os
|
| 6 |
+
from Config import Config
|
| 7 |
|
| 8 |
from InteractiveInterviewChatbot import *
|
| 9 |
|