selfDotOsman commited on
Commit
da21c34
·
verified ·
1 Parent(s): 54e8517

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Speak to Web-sight..."),
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.",