DeepVen commited on
Commit
751c205
·
1 Parent(s): 742561a

Update LLMInsights.py

Browse files
Files changed (1) hide show
  1. 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.selectbox(label="***Perform Evaluation?***",options=options, index=1, placeholder="Choose an option", disabled=False, label_visibility="visible")
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>