Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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://
|
| 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 = {
|