Update app.py
Browse files
app.py
CHANGED
@@ -264,7 +264,7 @@ with main_col:
|
|
264 |
query = st.chat_input("Enter your query", key="chat_input")
|
265 |
st.markdown("*Example queries : Generate an EAD description for the personal papers of Marie Curie, Create an EAD inventory for a collection of World War II photographs, Create a EAD compliant `<eadheader>` sections with all necessary attributes and child elements.*")
|
266 |
|
267 |
-
tab1, tab2, tab3, tab4 = st.tabs(["Zero-shot prompting","
|
268 |
|
269 |
# Display info messages for each tab on app launch
|
270 |
with tab1:
|
|
|
264 |
query = st.chat_input("Enter your query", key="chat_input")
|
265 |
st.markdown("*Example queries : Generate an EAD description for the personal papers of Marie Curie, Create an EAD inventory for a collection of World War II photographs, Create a EAD compliant `<eadheader>` sections with all necessary attributes and child elements.*")
|
266 |
|
267 |
+
tab1, tab2, tab3, tab4 = st.tabs(["Zero-shot prompting","In-context learning with EAD schema", "RAG", "FineLlama-3.2-3B-Instruct-ead"])
|
268 |
|
269 |
# Display info messages for each tab on app launch
|
270 |
with tab1:
|