Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
import requests
|
3 |
|
4 |
# Replace with your actual API URL and key
|
5 |
-
API_URL = "https://api.
|
6 |
API_KEY = "gsk_...zzDm"
|
7 |
|
8 |
# Define Streamlit app layout
|
|
|
2 |
import requests
|
3 |
|
4 |
# Replace with your actual API URL and key
|
5 |
+
API_URL = "API_URL = "https://api.musictherapysite.com/v1/generate" # Example URL
|
6 |
API_KEY = "gsk_...zzDm"
|
7 |
|
8 |
# Define Streamlit app layout
|