Spaces:
Runtime error
Runtime error
eaglelandsonce
commited on
Commit
•
2ed9128
1
Parent(s):
2ba510e
Update app.py
Browse files
app.py
CHANGED
@@ -108,6 +108,8 @@ def main():
|
|
108 |
st.header("Today's Agenda")
|
109 |
# Example content for Today's Agenda
|
110 |
st.write("1. Morning Meeting\n2. Review Project Plans\n3. Lunch Break\n4. Site Visit\n5. Evening Wrap-up")
|
|
|
|
|
111 |
|
112 |
with col2:
|
113 |
st.header("Green Smart Village Layout")
|
|
|
108 |
st.header("Today's Agenda")
|
109 |
# Example content for Today's Agenda
|
110 |
st.write("1. Morning Meeting\n2. Review Project Plans\n3. Lunch Break\n4. Site Visit\n5. Evening Wrap-up")
|
111 |
+
st.header("Agent Advisors")
|
112 |
+
st.write("Would you like to optimize your HIN number")
|
113 |
|
114 |
with col2:
|
115 |
st.header("Green Smart Village Layout")
|