Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="
|
26 |
-
description="
|
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
|