Commit ·
e978a47
1
Parent(s): 3e3228b
solving conflicts in requirements.txt
Browse files
app.py
CHANGED
|
@@ -163,6 +163,8 @@ with st.sidebar:
|
|
| 163 |
key="brand",
|
| 164 |
)
|
| 165 |
|
|
|
|
|
|
|
| 166 |
# ─ Brand
|
| 167 |
st.selectbox(
|
| 168 |
"LLM model *",
|
|
|
|
| 163 |
key="brand",
|
| 164 |
)
|
| 165 |
|
| 166 |
+
st.session_state.config = load_config_("Config_files/message_system_config.json")
|
| 167 |
+
|
| 168 |
# ─ Brand
|
| 169 |
st.selectbox(
|
| 170 |
"LLM model *",
|