diff --git a/app.py b/app.py index 1118fcb..23be418 100644 --- a/app.py +++ b/app.py @@ -414,7 +414,7 @@ def process_user_input( # Debug # ============== st.write("###") -with st.expander("Technical Details", expanded=False): +with st.expander("`Technical Details`", expanded=False): st.write(f"`LLM used: '{st.session_state['model_name'] or 'not yet defined'}'`") st.write( f"`{st.session_state['total_tokens']/TOTAL_MAX_TOKEN:.0%}"