Spaces:
Runtime error
Runtime error
Shahbaz Syed
commited on
Commit
•
6bbbe0e
1
Parent(s):
0c25f74
add instructions
Browse files
app.py
CHANGED
@@ -21,6 +21,13 @@ titles = {"shoe-sizes": "Shoes sizes should be the same for both men and women",
|
|
21 |
"best-time-period": "Today is the best time period in human history to be alive for the vast majority of people",
|
22 |
}
|
23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
num_docs = {"shoe-sizes": 623,
|
25 |
"social-media": 1133,
|
26 |
"depression": 982,
|
@@ -70,6 +77,6 @@ if search_query or button_clicked:
|
|
70 |
with st.expander("Instructions", expanded=False):
|
71 |
st.markdown(
|
72 |
"""
|
73 |
-
|
74 |
"""
|
75 |
)
|
|
|
21 |
"best-time-period": "Today is the best time period in human history to be alive for the vast majority of people",
|
22 |
}
|
23 |
|
24 |
+
instructions = {"shoe-sizes": "Explore this discussion by searching for comments using your queries of interest. You may want to introduce your own arguments to the discussion (assuming that you can do so with this interface) or simply find interesting ones from other participants.",
|
25 |
+
"social-media": "Explore this discussion by searching for comments using your queries of interest. You may want to introduce your own arguments to the discussion (assuming that you can do so with this interface) or simply find interesting ones from other participants.",
|
26 |
+
"depression": "Explore this discussion by searching for comments using your queries of interest. You may want to introduce your own arguments to the discussion (assuming that you can do so with this interface) or simply find interesting ones from other participants.",
|
27 |
+
"metric-system": "Explore this discussion by searching for comments using your queries of interest. You may want to introduce your own arguments to the discussion (assuming that you can do so with this interface) or simply find interesting ones from other participants.",
|
28 |
+
"best-time-period": "Explore this discussion by searching for comments using your queries of interest. You may want to introduce your own arguments to the discussion (assuming that you can do so with this interface) or simply find interesting ones from other participants.",
|
29 |
+
}
|
30 |
+
|
31 |
num_docs = {"shoe-sizes": 623,
|
32 |
"social-media": 1133,
|
33 |
"depression": 982,
|
|
|
77 |
with st.expander("Instructions", expanded=False):
|
78 |
st.markdown(
|
79 |
"""
|
80 |
+
Explore this discussion by searching for comments using your queries of interest. You may want to introduce your own arguments to the discussion (assuming that you can do so with this interface) or simply find interesting ones from other participants.
|
81 |
"""
|
82 |
)
|