Ryu-m0m commited on
Commit
f362774
·
verified ·
1 Parent(s): 2ddb416

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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: ", "")