HEHEBOIOG commited on
Commit
2596c5e
Β·
verified Β·
1 Parent(s): b19a66a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -137,10 +137,10 @@ def main():
137
  temperature=temperature
138
  )
139
 
140
- st.title("🌐 Web-Powered RAG Chatbot")
141
  user_input = st.text_area(
142
  "Ask your question",
143
- placeholder="Enter your query to search the web...",
144
  height=250
145
  )
146
  submit_button = st.button("Search & Analyze", type="primary")
 
137
  temperature=temperature
138
  )
139
 
140
+ st.title("🌐 Realtime RAG Chatbot")
141
  user_input = st.text_area(
142
  "Ask your question",
143
+ placeholder="Enter your query...",
144
  height=250
145
  )
146
  submit_button = st.button("Search & Analyze", type="primary")