Danielrahmai1991 commited on
Commit
b856854
·
verified ·
1 Parent(s): 06a53dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
- from preprocessing import read_file, save_to_db
 
3
 
4
  def process_file(file, topics):
5
  """Process uploaded file and save to database."""
 
1
  import gradio as gr
2
+ from database import save_to_db
3
+ from preprocessing import read_file
4
 
5
  def process_file(file, topics):
6
  """Process uploaded file and save to database."""