Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkolo committed Sep 17, 2024
1 parent 38f8286 commit 8d80597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -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%}"
Expand Down

0 comments on commit 8d80597

Please sign in to comment.