Pouya commited on
Commit
1e3e93e
Β·
verified Β·
1 Parent(s): 5b86fa8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -258,14 +258,14 @@ st.set_page_config(
258
 
259
  st.title("Italian Law Chatbot πŸ›οΈ")
260
  st.info(
261
- "Check out the full tutorial to build this app in our [πŸ“ blog post](https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/) β€” "
262
  "[GitHub Repository](https://sattari.org)",
263
  icon="ℹ️",
264
  )
265
 
266
 
267
  st.success(
268
- "Check out [Prompt Examples List](https://blog.streamlit.io/build-a-chatbot-with-custom-data-sources-powered-by-llamaindex/) to learn how to interact with this ChatBot πŸ€— ",
269
  icon="βœ…",
270
  )
271
 
 
258
 
259
  st.title("Italian Law Chatbot πŸ›οΈ")
260
  st.info(
261
+ "Check out the full tutorial to build this app in our [πŸ“ blog post](https://sattari.org/projects/) β€” "
262
  "[GitHub Repository](https://sattari.org)",
263
  icon="ℹ️",
264
  )
265
 
266
 
267
  st.success(
268
+ "Check out [Prompt Examples List](https://sattari.org/projects/) to learn how to interact with this ChatBot πŸ€— ",
269
  icon="βœ…",
270
  )
271