baxin commited on
Commit
46f62b0
·
1 Parent(s): a1bfb67

add the footer

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -124,3 +124,6 @@ chat_col, image_col = st.columns([2, 1])
124
  # --- Render Columns using imported functions ---
125
  with chat_col:
126
  render_chat_column(st, llm_client, model_option, max_tokens, BASE_PROMPT)
 
 
 
 
124
  # --- Render Columns using imported functions ---
125
  with chat_col:
126
  render_chat_column(st, llm_client, model_option, max_tokens, BASE_PROMPT)
127
+
128
+ # --- Footer ---
129
+ st.markdown('<div style="text-align: center; margin-top: 2em; color: #888; font-size: 1.1em;">made with 💛 by baxin</div>', unsafe_allow_html=True)