Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
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-
|
| 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
|