eaglelandsonce commited on
Commit
5bacc69
Β·
1 Parent(s): c49ec9a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ if load_button:
72
 
73
  #Captures User Inputs
74
  api_key = st.session_state['API_Key'] = st.text_input("Paste in your OPENAI API key?", type="password")
75
- prompt = st.text_input('How can I help you my friend ❓',key="prompt") # The box for the text prompt
76
  document_count = st.slider('No.Of links to return πŸ”— - (0 LOW || 5 HIGH)', 0, 5, 2,step=1)
77
 
78
  submit = st.button("Search")
 
72
 
73
  #Captures User Inputs
74
  api_key = st.session_state['API_Key'] = st.text_input("Paste in your OPENAI API key?", type="password")
75
+ prompt = st.text_input('Ask a question about your uploaded website: ❓',key="prompt") # The box for the text prompt
76
  document_count = st.slider('No.Of links to return πŸ”— - (0 LOW || 5 HIGH)', 0, 5, 2,step=1)
77
 
78
  submit = st.button("Search")