tommy24 commited on
Commit
5dea382
·
1 Parent(s): 16a16af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -137,8 +137,9 @@ def function2(prompt):
137
  message = response["data"][0]
138
 
139
  url = "https://api.dynapictures.com/designs/7c4aba1d73"
 
140
  headers = {
141
- "Authorization": "Bearer d11937f0c9b7f55db1916f11abbe05c5917798f562506f11",
142
  "Content-Type": "application/json"
143
  }
144
 
 
137
  message = response["data"][0]
138
 
139
  url = "https://api.dynapictures.com/designs/7c4aba1d73"
140
+ test6 = os.environ.get("test6")
141
  headers = {
142
+ "Authorization": f"Bearer {test6}",
143
  "Content-Type": "application/json"
144
  }
145