awacke1 commited on
Commit
cea5648
·
verified ·
1 Parent(s): 4eb4ced

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -531,7 +531,7 @@ def search_glossary(query): # 🔍Run------------------------------------------
531
 
532
  # 🔍Run 1 - plain query
533
  #response = chat_with_model(query)
534
- response1 = chat_with_model45(query + result)
535
 
536
  all = query + ' ' + response1
537
  st.write('🔍Run 1 is Complete.')
 
531
 
532
  # 🔍Run 1 - plain query
533
  #response = chat_with_model(query)
534
+ response1 = chat_with_model45(query)
535
 
536
  all = query + ' ' + response1
537
  st.write('🔍Run 1 is Complete.')