baderanas commited on
Commit
95b17be
·
verified ·
1 Parent(s): ddedbff

Update streamlit.py

Browse files
Files changed (1) hide show
  1. streamlit.py +2 -2
streamlit.py CHANGED
@@ -42,8 +42,8 @@ if user_input:
42
 
43
  # Display output
44
  st.write("**Certification:**", result["certification"])
45
- st.write("**Answer from certif_index:**", result["certif_index"])
46
- st.write("**Answer from certification_index:**", result["certification_index"])
47
 
48
  except Exception as e:
49
  st.error(f"An error occurred: {str(e)}")
 
42
 
43
  # Display output
44
  st.write("**Certification:**", result["certification"])
45
+ st.write("**Answer from '.' chunking method:**", result["certif_index"])
46
+ st.write("**Answer from hybrid chunking method:**", result["certification_index"])
47
 
48
  except Exception as e:
49
  st.error(f"An error occurred: {str(e)}")