Serg4451D commited on
Commit
2949e3e
1 Parent(s): e750ea0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if st.button("Создать пиксельный арт"):
19
  }
20
  headers = {
21
  "Content-Type": "application/json",
22
- "Authorization": "Bearer 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"
23
  }
24
  response = requests.post(url=API_ENDPOINT, json=data, headers=headers)
25
 
 
19
  }
20
  headers = {
21
  "Content-Type": "application/json",
22
+ "Authorization": "Bearer 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"
23
  }
24
  response = requests.post(url=API_ENDPOINT, json=data, headers=headers)
25