sammy786 commited on
Commit
9aa5913
·
verified ·
1 Parent(s): 4ff7084

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -2643,7 +2643,7 @@ with gr.Blocks(
2643
  None
2644
  )
2645
 
2646
- time.sleep(0.5)
2647
 
2648
  # Step 2: Fetch transactions
2649
  transactions, preview_data = load_user_transactions(
@@ -2674,7 +2674,7 @@ with gr.Blocks(
2674
  None
2675
  )
2676
 
2677
- time.sleep(0.8)
2678
 
2679
  # Step 4: Process with Modal (or orchestrator as fallback)
2680
  results = []
 
2643
  None
2644
  )
2645
 
2646
+ # time.sleep(0.5)
2647
 
2648
  # Step 2: Fetch transactions
2649
  transactions, preview_data = load_user_transactions(
 
2674
  None
2675
  )
2676
 
2677
+ # time.sleep(0.8)
2678
 
2679
  # Step 4: Process with Modal (or orchestrator as fallback)
2680
  results = []