Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,11 @@ topics = """
|
|
120 |
- What dog behaviors mean
|
121 |
- Socialization
|
122 |
|
|
|
|
|
|
|
|
|
|
|
123 |
"""
|
124 |
|
125 |
# Setup the Gradio Blocks interface with custom layout components
|
|
|
120 |
- What dog behaviors mean
|
121 |
- Socialization
|
122 |
|
123 |
+
Veterinarian disclaimer:
|
124 |
+
Happy Paw Bot is built to educate new pet owners using information from reputable sources, but it is not intended to be a substitute for professional medical care. Please consult a veterinarian if you have any concerns about your dog!
|
125 |
+
|
126 |
+
|
127 |
+
|
128 |
"""
|
129 |
|
130 |
# Setup the Gradio Blocks interface with custom layout components
|