updated prompt
Browse files
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",
|