Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ Our approach involved prompting Mixtral to evaluate whether the topics in each c
|
|
| 14 |
|
| 15 |
Additionally, the model was tasked with assigning a category to each cluster from 23 predefined categories found in [AFAIK](https://afaik.io/).
|
| 16 |
|
| 17 |
-
Sometimes, the model may define its own category. This can happen either within the context of AFAIK topics seperately. Hence the `Select Category Type` dropdown in our interface.
|
| 18 |
""")
|
| 19 |
|
| 20 |
@st.cache_data
|
|
|
|
| 14 |
|
| 15 |
Additionally, the model was tasked with assigning a category to each cluster from 23 predefined categories found in [AFAIK](https://afaik.io/).
|
| 16 |
|
| 17 |
+
Sometimes, the model may define its own category. This can happen either within the context of AFAIK topics or seperately. Hence the `Select Category Type` dropdown in our interface.
|
| 18 |
""")
|
| 19 |
|
| 20 |
@st.cache_data
|