Spaces:
Sleeping
Sleeping
Preference-Dissection
commited on
Commit
•
a0198e3
1
Parent(s):
aa488d1
update prompt
Browse files
app.py
CHANGED
@@ -564,9 +564,10 @@ This analysis is based on:
|
|
564 |
message = custom_md_with_color(INTRO, "DBEFEB")
|
565 |
|
566 |
st.markdown(message, unsafe_allow_html=True)
|
567 |
-
|
|
|
568 |
section = st.selectbox(
|
569 |
-
"
|
570 |
[
|
571 |
"Complete Preference Dissection in Paper",
|
572 |
"Preference Similarity Matrix",
|
|
|
564 |
message = custom_md_with_color(INTRO, "DBEFEB")
|
565 |
|
566 |
st.markdown(message, unsafe_allow_html=True)
|
567 |
+
# st.markdown("## Select Visualization Section")
|
568 |
+
st.write("## :red[⬇] Click the Box and Select a Section :red[⬇]")
|
569 |
section = st.selectbox(
|
570 |
+
"",
|
571 |
[
|
572 |
"Complete Preference Dissection in Paper",
|
573 |
"Preference Similarity Matrix",
|