Yacine Jernite
commited on
Commit
·
463d65e
1
Parent(s):
b5c6a72
zentropi credit
Browse files- ui/tab_policy.py +1 -0
ui/tab_policy.py
CHANGED
|
@@ -25,6 +25,7 @@ def build_policy_tab(base_dir: str) -> dict:
|
|
| 25 |
value=None
|
| 26 |
)
|
| 27 |
load_preset_btn = gr.Button("Load Preset")
|
|
|
|
| 28 |
|
| 29 |
with gr.Column():
|
| 30 |
gr.Markdown("Upload a markdown file:")
|
|
|
|
| 25 |
value=None
|
| 26 |
)
|
| 27 |
load_preset_btn = gr.Button("Load Preset")
|
| 28 |
+
credit_markdown = gr.Markdown("**Credit:** The example policies were taken from the [Zentropi website](https://zentropi.ai/labelers).")
|
| 29 |
|
| 30 |
with gr.Column():
|
| 31 |
gr.Markdown("Upload a markdown file:")
|