JBHF commited on
Commit
bb3cc60
·
verified ·
1 Parent(s): 3695ec1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -351,6 +351,7 @@ if prompt := st.chat_input():
351
  # st.stop()
352
 
353
  prompt = prompt + language_prompt
 
354
 
355
  # Then pass the prompt to the LLM
356
  start = time.process_time()
 
351
  # st.stop()
352
 
353
  prompt = prompt + language_prompt
354
+ st.write('prompt + language_prompt:', prompt)
355
 
356
  # Then pass the prompt to the LLM
357
  start = time.process_time()