SamiKoen commited on
Commit
c48fdd2
·
1 Parent(s): 6696902

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ for item in root.findall('item'):
38
 
39
  # Tüm 'item' metinlerini birleştir
40
  full_text = ' - '.join(items_text)
41
- rb_text= full_text.replace("rootlabel:","/")
42
  sa_text= rb_text.replace("stockAmount:","/")
43
  pr_text= sa_text.replace("priceWithTax:","/")
44
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
 
38
 
39
  # Tüm 'item' metinlerini birleştir
40
  full_text = ' - '.join(items_text)
41
+ rb_text= full_text.replace("rootlabel:","")
42
  sa_text= rb_text.replace("stockAmount:","/")
43
  pr_text= sa_text.replace("priceWithTax:","/")
44
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):