Commit
·
df65670
1
Parent(s):
2d2e426
Update app.py
Browse files
app.py
CHANGED
@@ -127,7 +127,7 @@ ROS: Per HPI
|
|
127 |
# [Summary]: 45 y/o female presents with constant nervousness for the past few weeks, associated with her new position as a college lecturer, no associated headache, nausea, vomiting, or weakness, drinks wine, non-smoker, no drugs, married with
|
128 |
# """
|
129 |
|
130 |
-
input_text = st.text_area("Notes:")
|
131 |
if st.button('Summarize'):
|
132 |
final_input = f"""{prefix}\n[Notes]: {input_text}\n[Summary]: """
|
133 |
st.write("Summary:")
|
|
|
127 |
# [Summary]: 45 y/o female presents with constant nervousness for the past few weeks, associated with her new position as a college lecturer, no associated headache, nausea, vomiting, or weakness, drinks wine, non-smoker, no drugs, married with
|
128 |
# """
|
129 |
|
130 |
+
input_text = st.text_area("Notes:", prompt)
|
131 |
if st.button('Summarize'):
|
132 |
final_input = f"""{prefix}\n[Notes]: {input_text}\n[Summary]: """
|
133 |
st.write("Summary:")
|