Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ st.title("Yin's Profile 🤖")
|
|
46 |
with st.sidebar:
|
47 |
with st.expander("Instruction Manual"):
|
48 |
st.markdown("""
|
49 |
-
##
|
50 |
This Streamlit app allows you to chat with our LLM model.
|
51 |
|
52 |
### How to Use:
|
@@ -62,10 +62,8 @@ with st.sidebar:
|
|
62 |
# Example:
|
63 |
with st.expander("Examples"):
|
64 |
st.success("Example: Who is Yiqiao Yin?")
|
65 |
-
st.success("Example: What did Yiqiao do at graduate school?")
|
66 |
st.success("Example: Where to find published papers by Yiqiao?")
|
67 |
st.success("Example: What is Yiqiao's view on AI?")
|
68 |
-
st.success("Example: What are some online links by Yiqiao I can read about?")
|
69 |
st.success("Example: What is Yiqiao's view on stock market?")
|
70 |
|
71 |
# Add a button to clear the session state
|
|
|
46 |
with st.sidebar:
|
47 |
with st.expander("Instruction Manual"):
|
48 |
st.markdown("""
|
49 |
+
## A.V.A. 🤖 Another Virtual Assistant
|
50 |
This Streamlit app allows you to chat with our LLM model.
|
51 |
|
52 |
### How to Use:
|
|
|
62 |
# Example:
|
63 |
with st.expander("Examples"):
|
64 |
st.success("Example: Who is Yiqiao Yin?")
|
|
|
65 |
st.success("Example: Where to find published papers by Yiqiao?")
|
66 |
st.success("Example: What is Yiqiao's view on AI?")
|
|
|
67 |
st.success("Example: What is Yiqiao's view on stock market?")
|
68 |
|
69 |
# Add a button to clear the session state
|