Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
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 |
|