AliSakr9997 commited on
Commit
fe5f7f6
·
verified ·
1 Parent(s): 861250d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ app = Flask(__name__)
10
 
11
  # --- CONFIGURATION ---
12
  # PASTE YOUR MICROMIND API URL HERE (The one ending in /prediction/...)
13
- MICROMIND_API_URL = "https://intern.aimicromind.com/api/v1/prediction/616027a7-173c-4e52-b627-a4346da1c5c1"
14
 
15
  # GLOBAL SETTINGS (Controlled by MicroMind Agent later)
16
  current_settings = {
 
10
 
11
  # --- CONFIGURATION ---
12
  # PASTE YOUR MICROMIND API URL HERE (The one ending in /prediction/...)
13
+ MICROMIND_API_URL = "https://training.aimicromind.com/api/v1/prediction/606f1092-e94c-42f8-ba6f-09671904a15e"
14
 
15
  # GLOBAL SETTINGS (Controlled by MicroMind Agent later)
16
  current_settings = {