awacke1 commited on
Commit
941021f
1 Parent(s): 39229a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -110,7 +110,7 @@ def search_glossary(query, roleplaying_glossary):
110
  if not found:
111
  st.write("No results found.")
112
 
113
- st.write('## Processing query against GPT and Llama:')
114
 
115
  all=""
116
  st.write('🔍Running with GPT.') # -------------------------------------------------------------------------------------------------
 
110
  if not found:
111
  st.write("No results found.")
112
 
113
+ st.write('## ' + query)
114
 
115
  all=""
116
  st.write('🔍Running with GPT.') # -------------------------------------------------------------------------------------------------