Linh Vuu commited on
Commit
b7d8dec
1 Parent(s): 83f0ffb

add run-out-energy message

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -193,9 +193,8 @@ def main():
193
 
194
  # Note that API key's running out of budget
195
  contact_url = "https://www.linkedin.com/in/linhvuu"
196
- st.write("I am running out of energy. Please contact my assistant [link](%s) to wake me up." % contact_url)
197
- st.markdown("I am running out of energy. Please contact my assistant [link](%s) to wake me up." % contact_url)
198
-
199
  with st.form(key="user_input_form"):
200
  instructions = st.text_input("Enter topic:")
201
  submit_button = st.form_submit_button(label="Find and summarise news related to the topic above")
 
193
 
194
  # Note that API key's running out of budget
195
  contact_url = "https://www.linkedin.com/in/linhvuu"
196
+ st.write("I am running out of energy. Please contact [my assistant](%s) to wake me up." % contact_url)
197
+
 
198
  with st.form(key="user_input_form"):
199
  instructions = st.text_input("Enter topic:")
200
  submit_button = st.form_submit_button(label="Find and summarise news related to the topic above")