Spaces:
Sleeping
Sleeping
Update streamlit.py
Browse files- 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
|
46 |
-
st.write("**Answer from
|
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)}")
|