Spaces:
Sleeping
Sleeping
Myranda
commited on
Commit
·
d8873b1
1
Parent(s):
621607c
Merge pull request #125 from vanderbilt-data-science/121backgroundInfo
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ if authentication_status:
|
|
136 |
|
137 |
|
138 |
with right_col:
|
139 |
-
background_info = st.text_area("Background information on original post (This autopopulates for your reference)", height = 780, value=st.session_state.background_info if 'background_info' in st.session_state else '', key = 'background_info_key')
|
140 |
|
141 |
with left_col:
|
142 |
original_post = st.text_area("Paste Original Post Here \n", height=100)
|
|
|
136 |
|
137 |
|
138 |
with right_col:
|
139 |
+
background_info = st.text_area("Background information on original post (This autopopulates for your reference). The Background information generated by OpenAI's GPT-4.", height = 780, value=st.session_state.background_info if 'background_info' in st.session_state else '', key = 'background_info_key')
|
140 |
|
141 |
with left_col:
|
142 |
original_post = st.text_area("Paste Original Post Here \n", height=100)
|