KoonJamesZ commited on
Commit
4d1b45b
1 Parent(s): 930f8c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 (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)
 
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)