Geraldine commited on
Commit
cc995a6
·
verified ·
1 Parent(s): 439f672

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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","One-shot prompting with EAD schema", "RAG", "Fine-tuned model FineLlama-3.2-3B-Instruct-ead"])
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: