Haris-Subrata commited on
Commit
09edc34
verified
1 Parent(s): dc985cb

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. ui.py +3 -2
README.md CHANGED
@@ -47,7 +47,7 @@ external hosted LLM API for chat responses.
47
  - Direct app host: https://build-small-hackathon-neurobait.hf.space
48
  - Demo video: https://www.youtube.com/watch?v=-EJ06hOgyd0
49
  - Social post: https://x.com/hd_subrata/status/2066448521881059735
50
- - Story article: https://huggingface.co/blog/build-small-hackathon/neurobait-adhd
51
  - Model adapter: https://huggingface.co/build-small-hackathon/NeuroBait
52
  - Source repo: https://github.com/Subrata15/NeuroBait-Build-Small-Model
53
 
 
47
  - Direct app host: https://build-small-hackathon-neurobait.hf.space
48
  - Demo video: https://www.youtube.com/watch?v=-EJ06hOgyd0
49
  - Social post: https://x.com/hd_subrata/status/2066448521881059735
50
+ - Field Notes: https://huggingface.co/blog/build-small-hackathon/neurobait-adhd
51
  - Model adapter: https://huggingface.co/build-small-hackathon/NeuroBait
52
  - Source repo: https://github.com/Subrata15/NeuroBait-Build-Small-Model
53
 
ui.py CHANGED
@@ -33,9 +33,10 @@ TITLE = ""
33
  MARK_PATH = Path(__file__).with_name("neurobait-mark.png")
34
 
35
  DESCRIPTION = (
 
36
  "A warm space and a gentle boost for your everyday. "
37
- "No red pen 路 no urgency 路 no streaks. "
38
- "Not diagnostic 路 needs ADHD experts."
39
  )
40
 
41
  # Force the Gradio shell footer to English so it does not clash with the app's
 
33
  MARK_PATH = Path(__file__).with_name("neurobait-mark.png")
34
 
35
  DESCRIPTION = (
36
+ "Friendly AI Text Assistent. "
37
  "A warm space and a gentle boost for your everyday. "
38
+ "No red pen 路 no pressure 路 no bullet points paralysis. "
39
+ "Not diagnostic"
40
  )
41
 
42
  # Force the Gradio shell footer to English so it does not clash with the app's