Spaces:
Running
Running
Remove raw error from public UI message
Browse files- 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.
|
| 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 |
|