nat232 commited on
Commit
171e455
·
verified ·
1 Parent(s): 30bd009

Update PanelInterface.py

Browse files
Files changed (1) hide show
  1. 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 config import Config
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