pratham0011 commited on
Commit
e9ca152
·
verified ·
1 Parent(s): 688dd55

Upload app.py

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