Spaces:
Build error
Build error
Upload app.py
Browse files
app.py
CHANGED
|
@@ -197,7 +197,7 @@ iface = gr.Interface(
|
|
| 197 |
fn=gradio_search,
|
| 198 |
inputs=gr.Textbox(label="Enter your search query", placeholder="e.g., machine learning, data science, python"),
|
| 199 |
outputs=gr.HTML(label="Search Results"),
|
| 200 |
-
title="Analytics Vidhya Smart Search Tool",
|
| 201 |
description="Find the most relevant courses from Analytics Vidhya Website based on your query.",
|
| 202 |
theme="huggingface",
|
| 203 |
css=custom_css,
|
|
|
|
| 197 |
fn=gradio_search,
|
| 198 |
inputs=gr.Textbox(label="Enter your search query", placeholder="e.g., machine learning, data science, python"),
|
| 199 |
outputs=gr.HTML(label="Search Results"),
|
| 200 |
+
title="Analytics Vidhya Smart Search Tool🔍🌐",
|
| 201 |
description="Find the most relevant courses from Analytics Vidhya Website based on your query.",
|
| 202 |
theme="huggingface",
|
| 203 |
css=custom_css,
|