Spaces:
Running
Running
ardaatahan
commited on
Commit
β’
afcb460
1
Parent(s):
50ce297
fix filter text
Browse files
main.py
CHANGED
@@ -858,7 +858,7 @@ with gr.Blocks(css=css, theme=gr.themes.Base(font=font)) as demo:
|
|
858 |
)
|
859 |
with gr.Column(scale=4):
|
860 |
exclude_qoi = gr.Textbox(
|
861 |
-
placeholder="π Exclude Model-Device-OS (separate multiple with ';')",
|
862 |
label="Exclude",
|
863 |
)
|
864 |
with gr.Row():
|
|
|
858 |
)
|
859 |
with gr.Column(scale=4):
|
860 |
exclude_qoi = gr.Textbox(
|
861 |
+
placeholder="π Exclude Model-Device-OS (separate multiple queries with ';')",
|
862 |
label="Exclude",
|
863 |
)
|
864 |
with gr.Row():
|