Tammy's picture
Updated app file
f7865d7 verified
raw
history blame contribute delete
759 Bytes
import streamlit as st
st.set_page_config(
page_title="BreedmasterAI Chatbot",
page_icon='💬',
layout='wide'
)
st.header("BREEDMASTERAI CHATBOT")
st.markdown("# Welcome to BreedmasterAI!")
st.markdown("## Your go-to assistant for all dog breed-related information.")
st.markdown("""
BreedmasterAI is here to help you with all your queries about dog breeds. You can ask about:
- **Characteristics** of different breeds
- **Care requirements** for your favorite breed
- Common **health issues** and their treatments
- And much more!
Simply type your question below and get detailed, easy-to-understand answers.
""")
st.write("Ask any question about dog breeds, and Breedmaster AI will provide detailed information.")