Ashhar
commited on
Commit
•
ab3334d
1
Parent(s):
073561c
change page meta data
Browse files
app.py
CHANGED
@@ -55,7 +55,11 @@ Some of your dialogues in the past:
|
|
55 |
- Duddoo (milk) peena hai
|
56 |
"""
|
57 |
|
58 |
-
|
|
|
|
|
|
|
|
|
59 |
ipAddress = st.context.headers.get("x-forwarded-for")
|
60 |
|
61 |
|
|
|
55 |
- Duddoo (milk) peena hai
|
56 |
"""
|
57 |
|
58 |
+
st.set_page_config(
|
59 |
+
page_title="Aariz baby",
|
60 |
+
page_icon="baby.png",
|
61 |
+
# menu_items={"About": None}
|
62 |
+
)
|
63 |
ipAddress = st.context.headers.get("x-forwarded-for")
|
64 |
|
65 |
|