Spaces:
Running
Running
File size: 1,281 Bytes
74dcb3a dc2ff87 74dcb3a dc2ff87 74dcb3a 9a6b7dc d99cc65 9a6b7dc 2d1eb60 e3f0784 2d1eb60 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
---
title: 'SynthTRIPS: Feedback Platform'
emoji: π
colorFrom: pink
colorTo: yellow
sdk: streamlit
sdk_version: 1.42.0
app_file: app.py
pinned: false
license: mit
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
### How to run locally
`streamlit run app.py`
### TODO List
- [ ] Consent form
- [ ] Instructions
- [ ] Add proceed button after prolific id
- [ ] Make sure each question has at least 10 responses
### TODO List (Human Eval)
- [x] Check if user_id in database, then resume where they left off
- [x] Implement save and continue later button
- [x] Implement questions with proper buttons (with text)
- [x] Back button
- [x] Next button + overall state management
- [x] Dataset linking HF
- [x] prettify the context field with new lines and highlighting popularity etc. keywords in bold
- [x] Doing it for two models - combine datasets
- [x] Exit & Resume later does not work
- [x] Add check for ratings should not be 0 for Exit & Resume Later
- [x] Check the firebase DB rules
- [x] Add more descriptive titles for the queries
- [ ] Randomize the ordering
- [x] Bug: In the DB config_id is always medium_easy
- [ ] Bug: query number 6 overall fit radio button will take the value of previous question |