Spaces:
Build error
Build error
Update PanelInterface.py
Browse files- 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 |
|