codingwithadi commited on
Commit
159527f
·
verified ·
1 Parent(s): 11f2b55

Remove raw error from public UI message

Browse files
Files changed (1) hide show
  1. openmark/ui/app.py +1 -2
openmark/ui/app.py CHANGED
@@ -37,8 +37,7 @@ except Exception as e:
37
  _NOT_READY = (
38
  "## Setup required\n\n"
39
  "This Space is a **demo shell** — it requires your own credentials to run.\n\n"
40
- "See the [GitHub repo](https://github.com/OthmanAdi/OpenMark) for full setup instructions.\n\n"
41
- f"```\n{_setup_error}\n```" if _setup_error else ""
42
  )
43
 
44
 
 
37
  _NOT_READY = (
38
  "## Setup required\n\n"
39
  "This Space is a **demo shell** — it requires your own credentials to run.\n\n"
40
+ "See the [GitHub repo](https://github.com/OthmanAdi/OpenMark) for full setup instructions."
 
41
  )
42
 
43