gauravsahu1990 commited on
Commit
2f0696c
·
verified ·
1 Parent(s): 3c2ac6b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,7 +20,7 @@ logger.info("🚀 Starting ChatBot frontend...")
20
  # -------------------------------------------------------
21
  # ⚙️ Backend URL (update for your Hugging Face Space)
22
  # -------------------------------------------------------
23
- BACKEND_URL = "https://gauravsahu1990-Chabot_Backend.hf.space/api/ask" # Adjust if hosted elsewhere
24
 
25
  # -------------------------------------------------------
26
  # 🧠 Streamlit App Setup
 
20
  # -------------------------------------------------------
21
  # ⚙️ Backend URL (update for your Hugging Face Space)
22
  # -------------------------------------------------------
23
+ BACKEND_URL = "https://gauravsahu1990-Chat-Bot-Backend.hf.space/api/ask" # Adjust if hosted elsewhere
24
 
25
  # -------------------------------------------------------
26
  # 🧠 Streamlit App Setup