loubnabnl HF staff commited on
Commit
48a5817
·
verified ·
1 Parent(s): c66620b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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