Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def gradio_interface(query_text):
|
|
40 |
return search_results
|
41 |
|
42 |
with gr.Blocks() as app:
|
43 |
-
gr.Markdown("<h1>White Stride Red Search (
|
44 |
|
45 |
# Input text box for the search query
|
46 |
search_input = gr.Textbox(label="Search Query", placeholder="Enter search text", interactive=True)
|
|
|
40 |
return search_results
|
41 |
|
42 |
with gr.Blocks() as app:
|
43 |
+
gr.Markdown("<h1>White Stride Red Search (BEG-M3)</h1>")
|
44 |
|
45 |
# Input text box for the search query
|
46 |
search_input = gr.Textbox(label="Search Query", placeholder="Enter search text", interactive=True)
|