Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -734,11 +734,11 @@ def update_gradio_state(task_analysis_txt, execution_status, execution_results):
|
|
| 734 |
# In[16]:
|
| 735 |
|
| 736 |
|
| 737 |
-
# Initialize the database
|
| 738 |
-
new_db = 'curify.db'
|
| 739 |
|
| 740 |
-
# Copy the old database to a new one
|
| 741 |
-
shutil.copy("curify_idea.db", new_db)
|
| 742 |
|
| 743 |
#create_db(new_db)
|
| 744 |
#enable_wal_mode(new_db)
|
|
|
|
| 734 |
# In[16]:
|
| 735 |
|
| 736 |
|
| 737 |
+
# # Initialize the database
|
| 738 |
+
# new_db = 'curify.db'
|
| 739 |
|
| 740 |
+
# # Copy the old database to a new one
|
| 741 |
+
# shutil.copy("curify_idea.db", new_db)
|
| 742 |
|
| 743 |
#create_db(new_db)
|
| 744 |
#enable_wal_mode(new_db)
|