Update app.py
Browse files
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=[]):
|