Spaces:
Sleeping
Sleeping
Update src/app.py
Browse files- src/app.py +0 -1
src/app.py
CHANGED
|
@@ -294,7 +294,6 @@ with tab2:
|
|
| 294 |
with c1:
|
| 295 |
# Use the global model_choice from the sidebar/tab1 initialization
|
| 296 |
selected_model_name = st.session_state.get('model_choice', 'Granite 4 (IBM)')
|
| 297 |
-
st.caption(f"Active Model: **{selected_model_name}**")
|
| 298 |
with c2:
|
| 299 |
use_rag = st.toggle("🔌 Enable Knowledge Base", value=False)
|
| 300 |
# The token progress bar will be handled inside the prompt logic based on input length
|
|
|
|
| 294 |
with c1:
|
| 295 |
# Use the global model_choice from the sidebar/tab1 initialization
|
| 296 |
selected_model_name = st.session_state.get('model_choice', 'Granite 4 (IBM)')
|
|
|
|
| 297 |
with c2:
|
| 298 |
use_rag = st.toggle("🔌 Enable Knowledge Base", value=False)
|
| 299 |
# The token progress bar will be handled inside the prompt logic based on input length
|