Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -828,7 +828,7 @@ def file_management_sidebar():
|
|
| 828 |
st.session_state.view_mode = 'edit'
|
| 829 |
|
| 830 |
def main():
|
| 831 |
-
st.
|
| 832 |
|
| 833 |
# Process query parameters and AI lookup first
|
| 834 |
query_params = st.query_params
|
|
@@ -877,22 +877,22 @@ def main():
|
|
| 877 |
col1, col2, col3, col4, col5, col6 = st.columns(6)
|
| 878 |
|
| 879 |
with col1:
|
| 880 |
-
st.markdown("
|
| 881 |
st.markdown(AITopicsToInnovate1)
|
| 882 |
with col2:
|
| 883 |
-
st.markdown("
|
| 884 |
display_terms_with_links(terms1)
|
| 885 |
with col3:
|
| 886 |
-
st.markdown("
|
| 887 |
st.markdown(BiologyAndLevel36MagicUsers)
|
| 888 |
with col4:
|
| 889 |
-
st.markdown("
|
| 890 |
display_terms_with_links(BiologyAndLevel36MagicUsers)
|
| 891 |
with col5:
|
| 892 |
-
st.markdown("
|
| 893 |
st.markdown(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
|
| 894 |
with col6:
|
| 895 |
-
st.markdown("
|
| 896 |
display_terms_with_links(terms2)
|
| 897 |
|
| 898 |
if __name__ == "__main__":
|
|
|
|
| 828 |
st.session_state.view_mode = 'edit'
|
| 829 |
|
| 830 |
def main():
|
| 831 |
+
st.markdown("### AI Knowledge Tree Builder 🧠🌱 Cultivate Your AI Mindscape!")
|
| 832 |
|
| 833 |
# Process query parameters and AI lookup first
|
| 834 |
query_params = st.query_params
|
|
|
|
| 877 |
col1, col2, col3, col4, col5, col6 = st.columns(6)
|
| 878 |
|
| 879 |
with col1:
|
| 880 |
+
st.markdown("#### AI Topics to Innovate With")
|
| 881 |
st.markdown(AITopicsToInnovate1)
|
| 882 |
with col2:
|
| 883 |
+
st.markdown("#### AI Agent Links")
|
| 884 |
display_terms_with_links(terms1)
|
| 885 |
with col3:
|
| 886 |
+
st.markdown("#### Biology Innovation with Data Science and AI Solutions")
|
| 887 |
st.markdown(BiologyAndLevel36MagicUsers)
|
| 888 |
with col4:
|
| 889 |
+
st.markdown("#### Biology Innovation Agent Links")
|
| 890 |
display_terms_with_links(BiologyAndLevel36MagicUsers)
|
| 891 |
with col5:
|
| 892 |
+
st.markdown("#### Multiplayer Games and MMOs")
|
| 893 |
st.markdown(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
|
| 894 |
with col6:
|
| 895 |
+
st.markdown("#### Multiplayer Game and MMO Links")
|
| 896 |
display_terms_with_links(terms2)
|
| 897 |
|
| 898 |
if __name__ == "__main__":
|