Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ uploaded_file = st.file_uploader("Upload a PDF file", type="pdf")
|
|
69 |
col1, col2 = st.columns(2)
|
70 |
|
71 |
with col1:
|
72 |
-
selected_model1 = st.selectbox("Select Model 1", list(llm_dict.keys()), index=list(llm_dict.keys()).index("Llama 3 70b"))
|
73 |
|
74 |
with col2:
|
75 |
selected_model2 = st.selectbox("Select Model 2", list(llm_dict.keys()), index=list(llm_dict.keys()).index("Mixtral 8x7b"))
|
|
|
69 |
col1, col2 = st.columns(2)
|
70 |
|
71 |
with col1:
|
72 |
+
selected_model1 = st.selectbox("Select Model 1", list(llm_dict.keys()), index=list(llm_dict.keys()).index("Llama 3.3 70b"))
|
73 |
|
74 |
with col2:
|
75 |
selected_model2 = st.selectbox("Select Model 2", list(llm_dict.keys()), index=list(llm_dict.keys()).index("Mixtral 8x7b"))
|