Spaces:
Build error
Build error
add the footer
Browse files
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)
|