KingNish commited on
Commit
72391b1
·
verified ·
1 Parent(s): b80dfb3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,8 +22,8 @@ iface = gr.Interface(
22
  fn=fetch_firefox_documentation,
23
  inputs=gr.Textbox(label="Search Query", placeholder="Enter your search query..."),
24
  outputs=gr.Textbox(label="Response"),
25
- title="Firefox Documentation Search",
26
- description="Enter a search query"
27
  )
28
 
29
  # Launch the interface
 
22
  fn=fetch_firefox_documentation,
23
  inputs=gr.Textbox(label="Search Query", placeholder="Enter your search query..."),
24
  outputs=gr.Textbox(label="Response"),
25
+ title="Search Tool for Hf Chat",
26
+ description="You can try it from here. https://hf.co/chat/tools/66eaa0f93d0af6e84bc3c447"
27
  )
28
 
29
  # Launch the interface