elaineaishophouse commited on
Commit
076b50e
·
verified ·
1 Parent(s): 25331c7

Update researchsimulation/InteractiveInterviewChatbot.py

Browse files
researchsimulation/InteractiveInterviewChatbot.py CHANGED
@@ -1,7 +1,8 @@
1
 
2
  import gradio as gr
 
 
3
  from RespondentAgent import *
4
- #from InterviewSimulation import *
5
  from langchain_groq import ChatGroq
6
 
7
  # Configure logging
 
1
 
2
  import gradio as gr
3
+ import logging
4
+
5
  from RespondentAgent import *
 
6
  from langchain_groq import ChatGroq
7
 
8
  # Configure logging