Kai Izumoto commited on
Commit
6378730
·
verified ·
1 Parent(s): 774ea65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ from typing import List, Tuple, Optional
8
  import os
9
 
10
  # ============================================================================
11
- # Configuration - EDIT THIS WITH YOUR TUNNEL URL
12
  # ============================================================================
13
  API_URL = os.getenv("API_URL", "https://inge-chalcographic-helene.ngrok-free.dev")
14
 
 
8
  import os
9
 
10
  # ============================================================================
11
+ # Configuration - YOUR TUNNEL URL
12
  # ============================================================================
13
  API_URL = os.getenv("API_URL", "https://inge-chalcographic-helene.ngrok-free.dev")
14