Yoxas commited on
Commit
033c434
·
verified ·
1 Parent(s): 0beb64d

Update src/app.py

Browse files
Files changed (1) hide show
  1. src/app.py +2 -0
src/app.py CHANGED
@@ -1,3 +1,5 @@
 
 
1
  from interface import create_demo
2
  from pdfchatbot import PDFChatBot
3
 
 
1
+ import csv
2
+ import gradio as gr
3
  from interface import create_demo
4
  from pdfchatbot import PDFChatBot
5