Commit
·
50c4994
1
Parent(s):
62327a3
Added intro text parameter to app_settings.qmd file
Browse files- src/app_settings.qmd +4 -0
src/app_settings.qmd
CHANGED
|
@@ -253,6 +253,10 @@ Configurations for the Gradio UI, server behavior, and application limits.
|
|
| 253 |
* **Description:** A safe URL pointing to the user guide. The URL is validated against a list of allowed domains.
|
| 254 |
* **Default Value:** `"https://seanpedrick-case.github.io/doc_redaction"`
|
| 255 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 256 |
* **`SHOW_EXAMPLES`**
|
| 257 |
* **Description:** If set to `"True"`, displays example files in the Gradio interface.
|
| 258 |
* **Default Value:** `"True"`
|
|
|
|
| 253 |
* **Description:** A safe URL pointing to the user guide. The URL is validated against a list of allowed domains.
|
| 254 |
* **Default Value:** `"https://seanpedrick-case.github.io/doc_redaction"`
|
| 255 |
|
| 256 |
+
* **`INTRO_TEXT`**
|
| 257 |
+
* **Description:** Custom introduction text for the app. Should be in Markdown format, html is stripped out.
|
| 258 |
+
* **Default Value:** `"Too long to display here, see tools/config.py"`
|
| 259 |
+
|
| 260 |
* **`SHOW_EXAMPLES`**
|
| 261 |
* **Description:** If set to `"True"`, displays example files in the Gradio interface.
|
| 262 |
* **Default Value:** `"True"`
|