Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,10 +11,6 @@ headers = {"Authorization": f"Bearer {os.environ.get("API_KEY")}
|
|
11 |
def query(payload):
|
12 |
response = requests.post(API_URL, headers=headers, json=payload)
|
13 |
return response.json()
|
14 |
-
|
15 |
-
output = query({
|
16 |
-
"inputs": "Can you please let us know more details about your ",
|
17 |
-
})
|
18 |
|
19 |
st.markdown(f":blue_background[Create] Code With AI")
|
20 |
st.write("Real-time Code Generation & Code Editor")
|
|
|
11 |
def query(payload):
|
12 |
response = requests.post(API_URL, headers=headers, json=payload)
|
13 |
return response.json()
|
|
|
|
|
|
|
|
|
14 |
|
15 |
st.markdown(f":blue_background[Create] Code With AI")
|
16 |
st.write("Real-time Code Generation & Code Editor")
|