Kvikontent commited on
Commit
aa188a6
·
verified ·
1 Parent(s): ed5f9f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
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")