Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ st.title("📊 Financial Analysis System")
|
|
35 |
with st.sidebar:
|
36 |
st.header("Configuration Panel")
|
37 |
model_choice = st.selectbox("LLM Model",
|
38 |
-
[
|
39 |
help="Choose the core analysis engine")
|
40 |
chunk_size = st.slider("Document Chunk Size", 100, 1000, 300)
|
41 |
rerank_threshold = st.slider("Re-ranking Threshold", 0.0, 1.0, 0.1)
|
|
|
35 |
with st.sidebar:
|
36 |
st.header("Configuration Panel")
|
37 |
model_choice = st.selectbox("LLM Model",
|
38 |
+
[model_name],
|
39 |
help="Choose the core analysis engine")
|
40 |
chunk_size = st.slider("Document Chunk Size", 100, 1000, 300)
|
41 |
rerank_threshold = st.slider("Re-ranking Threshold", 0.0, 1.0, 0.1)
|