Update app.py
Browse files
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()
|