Update src/app.py
Browse files- 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 |
|