Luigi commited on
Commit
e9559bd
·
1 Parent(s): 96e60d6

adjust title style

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -239,7 +239,7 @@ llm = st.session_state.llm
239
  # ------------------------------
240
  # Main Title and Chat History Display
241
  # ------------------------------
242
- st.title(f"🧠 {selected_model['description']} (Streamlit + GGUF)")
243
  st.caption(f"Powered by `llama.cpp` | Model: {selected_model['filename']}")
244
 
245
  # Render chat history with improved styling
 
239
  # ------------------------------
240
  # Main Title and Chat History Display
241
  # ------------------------------
242
+ st.title(f"🧠 {selected_model['description']}")
243
  st.caption(f"Powered by `llama.cpp` | Model: {selected_model['filename']}")
244
 
245
  # Render chat history with improved styling