joshuadunlop commited on
Commit
6999ac8
·
1 Parent(s): 3b1c212

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ row_count = st.session_state.get("row_count", 1)
148
  num_concurrent_calls = st.sidebar.number_input("Concurrent Calls:", min_value=1, max_value=2000, value=10, step=1)
149
  generate_all = st.sidebar.button("Generate All")
150
 
151
- prompt = st.sidebar.text_area('Prompt', value="""Instructions: Compose a comprehensive reply to the query using the search results given.
152
  Cite each reference using [Page Number] notation (every result has this number at the beginning).
153
  Citation should be done at the end of each sentence. If the search results mention multiple subjects
154
  with the same name, create separate answers for each. Only include information found in the results and
 
148
  num_concurrent_calls = st.sidebar.number_input("Concurrent Calls:", min_value=1, max_value=2000, value=10, step=1)
149
  generate_all = st.sidebar.button("Generate All")
150
 
151
+ instructions = st.sidebar.text_area('Instructions', value="""Instructions: Compose a comprehensive reply to the query using the search results given.
152
  Cite each reference using [Page Number] notation (every result has this number at the beginning).
153
  Citation should be done at the end of each sentence. If the search results mention multiple subjects
154
  with the same name, create separate answers for each. Only include information found in the results and