LeoWalker commited on
Commit
84c8e82
·
verified ·
1 Parent(s): e1d2667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"))