priyanynaru commited on
Commit
74dadd6
·
verified ·
1 Parent(s): f76e0ff

Update app.py

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