Update app.py
Browse files
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
|
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 |
|