Ali2206 commited on
Commit
2ba2f6e
·
verified ·
1 Parent(s): 38b6139

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ def root():
23
 
24
 
25
  # --- Gradio Logic ---
26
- BACKEND_URL = "http://localhost:8000" # or your Space 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 = {