elaineaishophouse commited on
Commit
d42ee28
·
verified ·
1 Parent(s): 1685248

Update PanelInterface.py

Browse files
Files changed (1) hide show
  1. PanelInterface.py +2 -0
PanelInterface.py CHANGED
@@ -1,6 +1,8 @@
1
  import gradio as gr
2
  import logging
3
 
 
 
4
  def build_interface():
5
  logging.info("Building Gradio interface...")
6
 
 
1
  import gradio as gr
2
  import logging
3
 
4
+ from InteractiveInterviewChatbot import *
5
+
6
  def build_interface():
7
  logging.info("Building Gradio interface...")
8