Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|