Update Home.py
Browse files
Home.py
CHANGED
|
@@ -52,7 +52,7 @@ def dashboard():
|
|
| 52 |
|
| 53 |
with st.sidebar:
|
| 54 |
selected = option_menu(None, ['Chat', "Logout"],
|
| 55 |
-
icons=[π¬', "π"])
|
| 56 |
# if selected == 'Home':
|
| 57 |
# homepage()
|
| 58 |
if selected == 'Chat':
|
|
|
|
| 52 |
|
| 53 |
with st.sidebar:
|
| 54 |
selected = option_menu(None, ['Chat', "Logout"],
|
| 55 |
+
icons=['π¬', "π"])
|
| 56 |
# if selected == 'Home':
|
| 57 |
# homepage()
|
| 58 |
if selected == 'Chat':
|