mahynski commited on
Commit
14f4c84
·
1 Parent(s): e9802f8

updated prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def main():
137
 
138
  st.divider()
139
 
140
- prompt_txt = 'Summarize this document in a 3-5 sentences.'
141
  prompt = st.text_area(
142
  label="Enter your query.",
143
  key="prompt_widget",
 
137
 
138
  st.divider()
139
 
140
+ prompt_txt = 'You are a trusted scientific expert that only responds truthfully to inquiries. Summarize this document in a 3-5 sentences.'
141
  prompt = st.text_area(
142
  label="Enter your query.",
143
  key="prompt_widget",