File size: 759 Bytes
b56430f
 
 
 
 
 
 
 
f7865d7
b56430f
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.")