Linh Vuu commited on
Commit
ddecbfb
1 Parent(s): b43ea03

updated text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -193,7 +193,7 @@ def main():
193
 
194
  with st.form(key="user_input_form"):
195
  instructions = st.text_input("Enter topic:")
196
- submit_button = st.form_submit_button(label="Summarise for người đẹp Anh")
197
 
198
  if submit_button:
199
  manager.create_assistant(
 
193
 
194
  with st.form(key="user_input_form"):
195
  instructions = st.text_input("Enter topic:")
196
+ submit_button = st.form_submit_button(label="Find and summarise news related to the topic above")
197
 
198
  if submit_button:
199
  manager.create_assistant(