Spaces:
Build error
Build error
Commit
·
86cfbfc
1
Parent(s):
ace21f8
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
3 |
from functools import partial
|
4 |
-
from ai_classroom_suite.UIBaseComponents import
|
5 |
|
6 |
# history is a list of list
|
7 |
# [[user_input_str, bot_response_str], ...]
|
|
|
1 |
import gradio as gr
|
2 |
import pandas as pd
|
3 |
from functools import partial
|
4 |
+
from ai_classroom_suite.UIBaseComponents import *
|
5 |
|
6 |
# history is a list of list
|
7 |
# [[user_input_str, bot_response_str], ...]
|