Spaces:
Sleeping
Sleeping
wjm55
commited on
Commit
·
1beed4c
1
Parent(s):
cf4044e
updated title
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ def search_images(query):
|
|
41 |
# Create Gradio interface
|
42 |
def create_interface():
|
43 |
with gr.Blocks() as demo:
|
44 |
-
gr.Markdown("# Lux
|
45 |
|
46 |
with gr.Row():
|
47 |
query_input = gr.Textbox(label="Enter your search query")
|
|
|
41 |
# Create Gradio interface
|
42 |
def create_interface():
|
43 |
with gr.Blocks() as demo:
|
44 |
+
gr.Markdown("# Lux Semantic Search")
|
45 |
|
46 |
with gr.Row():
|
47 |
query_input = gr.Textbox(label="Enter your search query")
|