Spaces:
Running
Running
Add message on topic code model
Browse files
pages/Topic_Code_Browser.py
CHANGED
@@ -110,7 +110,9 @@ topic_code_description = (
|
|
110 |
" at different examples in the dataset (ExampleID) and finding codes that activate on some fraction"
|
111 |
" of the tokens in that example (Recall Threshold). Decrease the Recall Threshold to view more possible"
|
112 |
" topic codes and increase it to see fewer. Click “Find Next Example” to find the next example with at"
|
113 |
-
" least one code firing on that example above the Recall Threshold
|
|
|
|
|
114 |
)
|
115 |
st.write(topic_code_description)
|
116 |
|
|
|
110 |
" at different examples in the dataset (ExampleID) and finding codes that activate on some fraction"
|
111 |
" of the tokens in that example (Recall Threshold). Decrease the Recall Threshold to view more possible"
|
112 |
" topic codes and increase it to see fewer. Click “Find Next Example” to find the next example with at"
|
113 |
+
" least one code firing on that example above the Recall Threshold.\n\n"
|
114 |
+
"Topic codes are displayed for the codebook model selected on the Code Browser page. To view topic codes"
|
115 |
+
" for a different model, go to the Code Browser page and select a different model."
|
116 |
)
|
117 |
st.write(topic_code_description)
|
118 |
|