Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import re
|
|
| 4 |
import uuid
|
| 5 |
|
| 6 |
# Backend URL - Update this with your actual Hugging Face Space URL
|
| 7 |
-
BACKEND_URL = "https://
|
| 8 |
|
| 9 |
# Page Config with Logo
|
| 10 |
st.set_page_config(
|
|
|
|
| 4 |
import uuid
|
| 5 |
|
| 6 |
# Backend URL - Update this with your actual Hugging Face Space URL
|
| 7 |
+
BACKEND_URL = "https://shiva9876-code-gen-backend.hf.space"
|
| 8 |
|
| 9 |
# Page Config with Logo
|
| 10 |
st.set_page_config(
|