Dede16 commited on
Commit
f450260
·
1 Parent(s): 62dc1ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ base_replacements = {
72
 
73
  def clean_scrap(artikel,link, models):
74
  new_artikel = []
75
- article = [
76
  if len(artikel) > 1:
77
  for art in artikel:
78
  response = openai.ChatCompletion.create(
 
72
 
73
  def clean_scrap(artikel,link, models):
74
  new_artikel = []
75
+ article = []
76
  if len(artikel) > 1:
77
  for art in artikel:
78
  response = openai.ChatCompletion.create(