Update LLMInsights.py
Browse files- LLMInsights.py +1 -1
LLMInsights.py
CHANGED
@@ -330,7 +330,7 @@ with tab1:
|
|
330 |
|
331 |
question = st.text_input(label="", value="", placeholder="Type in question",label_visibility="visible", disabled=False)
|
332 |
#st.markdown('<h2 style="color:#3a0aa6;font-size:24px;">Evaluation</h2>', unsafe_allow_html=True)
|
333 |
-
evaluate = st.
|
334 |
|
335 |
m = st.markdown("""
|
336 |
<style>
|
|
|
330 |
|
331 |
question = st.text_input(label="", value="", placeholder="Type in question",label_visibility="visible", disabled=False)
|
332 |
#st.markdown('<h2 style="color:#3a0aa6;font-size:24px;">Evaluation</h2>', unsafe_allow_html=True)
|
333 |
+
evaluate = st.radio("Perform Evaluation", ["True", "False"])
|
334 |
|
335 |
m = st.markdown("""
|
336 |
<style>
|