Spaces:
Running
Running
Commit
·
65ab98d
1
Parent(s):
399af28
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ with gr.Blocks(theme='freddyaboulton/dracula_revamped') as demo:
|
|
109 |
|
110 |
gr.Markdown(search_intro)
|
111 |
|
112 |
-
search_input = gr.Textbox(label="Paste here the prompt or completion you would like to search ...", placeholder="What is
|
113 |
search_field = gr.Radio(['Prompt', 'Completion'], label="Dataset Column", value='Prompt')
|
114 |
submit = gr.Button(value="Search")
|
115 |
|
|
|
109 |
|
110 |
gr.Markdown(search_intro)
|
111 |
|
112 |
+
search_input = gr.Textbox(label="Paste here the prompt or completion you would like to search ...", placeholder="What is the Capital of Brazil?")
|
113 |
search_field = gr.Radio(['Prompt', 'Completion'], label="Dataset Column", value='Prompt')
|
114 |
submit = gr.Button(value="Search")
|
115 |
|