SamiKoen commited on
Commit
19f23e8
·
1 Parent(s): 4d6ec13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ for item in root.findall('item'):
37
  items_text.append(' '.join(item_text))
38
 
39
  # Tüm 'item' metinlerini birleştir
40
- full_text = '\n\n'.join(items_text)
41
 
42
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
43
  headers = {
 
37
  items_text.append(' '.join(item_text))
38
 
39
  # Tüm 'item' metinlerini birleştir
40
+ full_text = ' - '.join(items_text)
41
 
42
  def predict(system_msg, inputs, top_p, temperature, chat_counter, chatbot=[], history=[]):
43
  headers = {