Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -23,7 +23,7 @@ def root():
|
|
| 23 |
|
| 24 |
|
| 25 |
# --- Gradio Logic ---
|
| 26 |
-
BACKEND_URL = "
|
| 27 |
|
| 28 |
def create_doctor(full_name, email, matricule, password):
|
| 29 |
payload = {
|
|
|
|
| 23 |
|
| 24 |
|
| 25 |
# --- Gradio Logic ---
|
| 26 |
+
BACKEND_URL = "https://rocketfarmstudios-cps-api.hf.space" # or your Space URL
|
| 27 |
|
| 28 |
def create_doctor(full_name, email, matricule, password):
|
| 29 |
payload = {
|