RajMl commited on
Commit
020a7f3
1 Parent(s): a3f979b

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ elif selected_index == 1:
49
  if st.button("Insert values in the database"):
50
  file_name_from_file(project_dir)
51
  drop_sqlite_database()
52
- setup_database()
53
  import_csv(project_dir)
54
  st.markdown(" # Proceed to the QA Part")
55
 
 
49
  if st.button("Insert values in the database"):
50
  file_name_from_file(project_dir)
51
  drop_sqlite_database()
52
+ setup_database(project_dir)
53
  import_csv(project_dir)
54
  st.markdown(" # Proceed to the QA Part")
55