SamiKoen commited on
Commit
d762e9d
·
verified ·
1 Parent(s): b3a4683

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ import xml.etree.ElementTree as ET
8
  API_URL = "https://api.openai.com/v1/chat/completions"
9
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
10
 
11
- url = 'https://www.trekbisiklet.com.tr/output/8346225328'
12
 
13
  response = requests.get(url)
14
 
 
8
  API_URL = "https://api.openai.com/v1/chat/completions"
9
  OPENAI_API_KEY = os.getenv("OPENAI_API_KEY")
10
 
11
+ url = 'https://www.trekbisiklet.com.tr/output/8582384479'
12
 
13
  response = requests.get(url)
14