Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -632,7 +632,7 @@ with gr.Blocks(css=THEME_CSS, fill_height=True) as demo:
|
|
632 |
with gr.Row():
|
633 |
use_web = gr.Checkbox(value=True, label="Use Web retrieval")
|
634 |
use_wiki = gr.Checkbox(value=True, label="Use Wikipedia")
|
635 |
-
allowlist_box = gr.Textbox(label="Domain allowlist (comma-separated)", value=DEFAULT_ALLOWLIST, lines=2)
|
636 |
run_btn = gr.Button("Run Fact-Check")
|
637 |
with gr.Column(scale=1):
|
638 |
out_text = gr.Textbox(label="Verdicts + Sources", lines=18, interactive=False, elem_classes=["glass"])
|
|
|
632 |
with gr.Row():
|
633 |
use_web = gr.Checkbox(value=True, label="Use Web retrieval")
|
634 |
use_wiki = gr.Checkbox(value=True, label="Use Wikipedia")
|
635 |
+
#allowlist_box = gr.Textbox(label="Domain allowlist (comma-separated)", value=DEFAULT_ALLOWLIST, lines=2)
|
636 |
run_btn = gr.Button("Run Fact-Check")
|
637 |
with gr.Column(scale=1):
|
638 |
out_text = gr.Textbox(label="Verdicts + Sources", lines=18, interactive=False, elem_classes=["glass"])
|