brunhild217 commited on
Commit
86cfbfc
·
1 Parent(s): ace21f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 save_json, save_txt, save_csv
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], ...]