Update app.py
Browse files
app.py
CHANGED
@@ -126,6 +126,7 @@ def rag_advanced(user_query):
|
|
126 |
# Streamlit UI
|
127 |
st.title("Wikipedia RAG Chatbot")
|
128 |
st.markdown("Choose a topic. Don't forget to put your 🤗 token!")
|
|
|
129 |
|
130 |
# Input box for the user to type their message
|
131 |
user_input = st.text_input("You: ", "")
|
|
|
126 |
# Streamlit UI
|
127 |
st.title("Wikipedia RAG Chatbot")
|
128 |
st.markdown("Choose a topic. Don't forget to put your 🤗 token!")
|
129 |
+
st.link_button("Get Token Here", "https://huggingface.co/settings/tokens")
|
130 |
|
131 |
# Input box for the user to type their message
|
132 |
user_input = st.text_input("You: ", "")
|