eagle0504 commited on
Commit
2172c52
1 Parent(s): a8fae85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -62,8 +62,8 @@ with st.sidebar:
62
  st.success("Example: What did Yiqiao do at graduate school?")
63
  st.success("Example: Where to find published papers by Yiqiao?")
64
  st.success("Example: What is Yiqiao's view on AI?")
65
- st.success("Example: What are some online links by Yiqiao I can read about?")
66
- st.success("Example: What is Yiqiao's view on stock market?")
67
 
68
 
69
  # Add a button to clear the session state
@@ -71,6 +71,13 @@ with st.sidebar:
71
  st.session_state.messages = []
72
  st.experimental_rerun()
73
 
 
 
 
 
 
 
 
74
  # Donation
75
  stripe_payment_link = os.environ["STRIPE_PAYMENT_LINK"]
76
  st.markdown(
 
62
  st.success("Example: What did Yiqiao do at graduate school?")
63
  st.success("Example: Where to find published papers by Yiqiao?")
64
  st.success("Example: What is Yiqiao's view on AI?")
65
+ # st.success("Example: What are some online links by Yiqiao I can read about?")
66
+ # st.success("Example: What is Yiqiao's view on stock market?")
67
 
68
 
69
  # Add a button to clear the session state
 
71
  st.session_state.messages = []
72
  st.experimental_rerun()
73
 
74
+ # Consulting
75
+ stripe_payment_link_consulting = os.environ["STRIPE_PAYMENT_LINK_CONSULTING"]
76
+ st.markdown(
77
+ f"""
78
+ Want website with copilot like mine? Schedule an appointment with me [here]({stripe_payment_link_consulting})
79
+ """
80
+ )
81
  # Donation
82
  stripe_payment_link = os.environ["STRIPE_PAYMENT_LINK"]
83
  st.markdown(