Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ def process_query(query):
|
|
| 7 |
# Create the Gradio interface
|
| 8 |
iface = gr.Interface(
|
| 9 |
fn=process_query,
|
| 10 |
-
inputs=gr.Textbox(lines=2, placeholder="
|
| 11 |
outputs="text",
|
| 12 |
title="Welcome to Web-sight 👀👋",
|
| 13 |
description="Web-sight is uses **RAG(Retrieval Augmented Generation)** to retrieve and analyze content from website. \n\n\n Simply provide Web-sight with a clear instruction and include the URL of the website you'd like to gte information about.",
|
|
|
|
| 7 |
# Create the Gradio interface
|
| 8 |
iface = gr.Interface(
|
| 9 |
fn=process_query,
|
| 10 |
+
inputs=gr.Textbox(lines=2, placeholder="Ask a question about any url you have..."),
|
| 11 |
outputs="text",
|
| 12 |
title="Welcome to Web-sight 👀👋",
|
| 13 |
description="Web-sight is uses **RAG(Retrieval Augmented Generation)** to retrieve and analyze content from website. \n\n\n Simply provide Web-sight with a clear instruction and include the URL of the website you'd like to gte information about.",
|