Commit History

remove: source passage section and Open Q/MCQ mode toggle from UI
fa431a7

Mehdi commited on

fix: English only, remove language toggle
96f9864

Mehdi commited on

fix: MCQ onclick via closure, add FR/EN language pills wired to hidden textbox
d6632b3

Mehdi commited on

feat: add MCQ mode with 4 options, client-side evaluation and per-choice explanations
978d90d

Mehdi commited on

fix: truncate source passage to 3 sentences / 400 chars for display
770006e

Mehdi commited on

fix: expose chunk via hidden textbox so source passage displays in feedback
3f931e8

Mehdi commited on

fix: replace hidden button clicks with textbox triggers (setGradioTA works, btn.click() doesn't in Gradio SSR)
93eb128

Mehdi commited on

fix: replace display:none on hidden rows with height:0 so Gradio mounts event handlers
0ec5648

Mehdi commited on

debug: add prints in new_question to trace call and LLM progress
2f3700c

Mehdi commited on

fix: elapsed time counter + 3min hard timeout on question generation
80f7ff0

Mehdi commited on

fix: skip bitsandbytes on HF Spaces (ZeroGPU), only use 4-bit locally
56cd204

Mehdi commited on

fix: infinite spinner on question gen, 4-bit quant for low VRAM
12c4c0f

Mehdi commited on

fix: full quiz flow via BRIDGE_JS, English only, buttons DOM-visible
12edc45

Ryadg commited on

fix: move bridge JS to demo.load() script in gr.HTML never executed
f2b3289

Ryadg commited on

fix: hero visible, polling replaces MutationObserver for Svelte compat
f72a551

Ryadg commited on

fix: hero visible, upload row vertical, thin lines gone
d9f3227

Ryadg commited on

fix: hero HTML fragment, invisible textboxes, gradient button
e7d55a7

Ryadg commited on

fix: make status/question/feedback textboxes DOM-visible for JS observer
e8993e4

Ryadg commited on

feat: beautiful dark theme UI with smart status bridge
9fbc532

Ryadg commited on

feat: hybrid approach native Gradio file upload styled with custom CSS
f09fe58

Ryadg commited on

fix: add explicit demo.launch() with server_name and port
3aa55b2

Ryadg commited on

fix: remove if __name__ block so HF Spaces auto-launches demo
376dfb9

Ryadg commited on

debug: add instrumentation to find crash location
c572e8a

Ryadg commited on

fix: suppress warnings, css back in gr.Blocks for HF Spaces
b0eeec4

Ryadg commited on

feat: Off-Brand badge - custom HTML UI with JS bridge to hidden Gradio components
97e5b2d

Ryadg commited on

feat: switch to Docker SDK with custom FastAPI frontend at /
22e60a6

Ryadg commited on

fix: back to app.py entry point, custom UI at /paperprof-ui
b10f33b

Ryadg commited on

fix: use @spaces.GPU directly, remove theme/css from gr.Blocks constructor
356c3d5

Ryadg commited on

feat: Off-Brand badge - custom FastAPI+HTML frontend, zero Gradio chrome
e984a0a

Ryadg commited on

fix: prompts évaluateur séparés EN/FR pour forcer la langue du feedback
5e6ff7d

Mehdi commited on

fix: même fond sombre pour status/question/feedback que Your Answer
202248a

Mehdi commited on

fix: texte question/feedback invisible + prompt langue renforcé
7c23d32

Mehdi commited on

fix: langue par défaut English
6922e3d

Mehdi commited on

fix: retire primary_hue orange qui changeait toutes les teintes
f424e48

Mehdi commited on

fix: revenir au style sombre Soft, juste boutons colorés + zone upload propre
e43ac61

Mehdi commited on

fix: revenir à Soft theme (file upload correct) + override cards blanches
233da03

Mehdi commited on

fix: retire height=80 du File component qui cassait l'affichage
aad8485

Mehdi commited on

fix: File component height=80 pour éviter l'énorme aperçu Gradio 6
49eeeb0

Mehdi commited on

fix: zone drop fichier — sélecteurs CSS ciblés uniquement
924348a

Mehdi commited on

fix: zone upload sombre — override CSS classes Gradio file component
3ed66cf

Mehdi commited on

feat: thème éducatif natif Gradio + traduction UI FR/EN dynamique
7941f4d

Mehdi commited on

fix: override variables CSS Gradio pour forcer cards blanches
bb37799

Mehdi commited on

fix: CSS labels illisibles — retire chip Soft theme, simplifie styles
7810498

Mehdi commited on

fix: redesign UI — thème Soft + beige chaud Lumni, boutons pilule, fond blanc cards
1121740

Mehdi commited on

feat: custom UI — style Lumni (blanc, orange, bleu marine, Nunito)
e129f37

Mehdi commited on

fix: tighten question prompt to avoid compound multi-part questions
3e7d6d6

Mehdi commited on

fix: pin transformers==4.57.1 for MiniCPM4-8B compatibility
ed51aa5

Mehdi commited on

feat: switch to MiniCPM4-8B, add robustness, score tracker, language selector
83ec3f5

Mehdi commited on

fix: switch to MiniCPM3-4B for better transformers compatibility
08b63c1

Ryadg commited on

update
fc5f925

Ryadg commited on