Spaces:
Running
Running
adjust title style
Browse files
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']}
|
| 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
|