Update LLMInsights.py
Browse files- LLMInsights.py +2 -2
LLMInsights.py
CHANGED
@@ -326,9 +326,9 @@ with tab1:
|
|
326 |
#print("lenght in tab1, ", len(vectorstore.serialize_to_bytes()))
|
327 |
options = ["true", "false"]
|
328 |
|
329 |
-
st.markdown('<h1 style="color:#100170;font-size:24px;">User Query</h1>', unsafe_allow_html=True)
|
330 |
question = st.text_input(label="", value="", placeholder="Type in question", label_visibility="visible", disabled=False)
|
331 |
-
st.markdown("<h1 style='color:#100170;font-size:24px;margin-bottom:0;'>Perform Evaluation</h1>", unsafe_allow_html=True)
|
332 |
evaluate = st.radio("", ["True", "False"])
|
333 |
m = st.markdown("""
|
334 |
<style>
|
|
|
326 |
#print("lenght in tab1, ", len(vectorstore.serialize_to_bytes()))
|
327 |
options = ["true", "false"]
|
328 |
|
329 |
+
st.markdown('<h1 style="color:#100170;font-size:24px;margin:0;padding:0">User Query</h1>', unsafe_allow_html=True)
|
330 |
question = st.text_input(label="", value="", placeholder="Type in question", label_visibility="visible", disabled=False)
|
331 |
+
st.markdown("<h1 style='color:#100170;font-size:24px;margin-bottom:0;padding:0;'>Perform Evaluation</h1>", unsafe_allow_html=True)
|
332 |
evaluate = st.radio("", ["True", "False"])
|
333 |
m = st.markdown("""
|
334 |
<style>
|