Solshine commited on
Commit
50ed17e
·
verified ·
1 Parent(s): 2af25d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,7 +142,7 @@ def launch_bot():
142
  if agree:
143
  Print('Escalated to Premium!')
144
  with st.chat_message("assistant"):
145
- st.link_button("Sign up for Premium", "https://www.patreon.com/CopyleftCultivarsNonprofit")
146
  # with st.spinner("Thinking..."):
147
  # Change this to include OpenAI_API key
148
  # Function to get the assistant's response
 
142
  if agree:
143
  Print('Escalated to Premium!')
144
  with st.chat_message("assistant"):
145
+ st.link_button("Sign up for Premium", "https://www.patreon.com/CopyleftCultivarsNonprofit", type="primary", disabled=False, use_container_width=True)
146
  # with st.spinner("Thinking..."):
147
  # Change this to include OpenAI_API key
148
  # Function to get the assistant's response