Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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"))
|