qqwjq1981 commited on
Commit
55d7cd9
·
verified ·
1 Parent(s): da78a1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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)