Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def predict(system_prompt, user_prompt):
|
|
47 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as app:
|
48 |
|
49 |
gr.Markdown("# Off-Topic Detection")
|
50 |
-
gr.Markdown("This is a
|
51 |
|
52 |
with gr.Row():
|
53 |
system_prompt = gr.TextArea(label="System Prompt", lines=5)
|
|
|
47 |
with gr.Blocks(theme=gr.themes.Soft(), fill_height=True) as app:
|
48 |
|
49 |
gr.Markdown("# Off-Topic Detection")
|
50 |
+
gr.Markdown("This is a demo for `govtech/jina-embeddings-v2-small-en-off-topic` and `govtech/stsb-roberta-base-off-topic`.")
|
51 |
|
52 |
with gr.Row():
|
53 |
system_prompt = gr.TextArea(label="System Prompt", lines=5)
|