eagle0504 commited on
Commit
11effaf
·
1 Parent(s): 2c4a93c

sidebar updated

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -44,6 +44,10 @@ option = st.sidebar.selectbox(
44
 
45
  clear_button = st.sidebar.button("Clear Conversation", key="clear")
46
 
 
 
 
 
47
 
48
  # Reset everything
49
  if clear_button:
 
44
 
45
  clear_button = st.sidebar.button("Clear Conversation", key="clear")
46
 
47
+ st.sidebar.write("---")
48
+
49
+ st.sidebar.markdown("Yiqiao Yin: [Site](https://www.y-yin.io/) | [LinkedIn](https://www.linkedin.com/in/yiqiaoyin/)")
50
+
51
 
52
  # Reset everything
53
  if clear_button: