awacke1 commited on
Commit
3d8bfc4
1 Parent(s): 86c0fd1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -917,15 +917,15 @@ def main():
917
 
918
  with col1:
919
  st.markdown("### Dario Amodei Knowledge")
920
- st.markdown(DarioAmodeiKnowledge)
921
  st.markdown("#### Related Links")
922
  display_terms_with_links(terms1)
 
923
 
924
  with col2:
925
  st.markdown("### Multiplayer Games")
926
- st.markdown(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
927
  st.markdown("#### Related Links")
928
  display_terms_with_links(terms2)
 
929
 
930
  if __name__ == "__main__":
931
  main()
 
917
 
918
  with col1:
919
  st.markdown("### Dario Amodei Knowledge")
 
920
  st.markdown("#### Related Links")
921
  display_terms_with_links(terms1)
922
+ st.markdown(DarioAmodeiKnowledge)
923
 
924
  with col2:
925
  st.markdown("### Multiplayer Games")
 
926
  st.markdown("#### Related Links")
927
  display_terms_with_links(terms2)
928
+ st.markdown(Multiplayer_Custom_Hosting_Game_Servers_For_Simulated_Worlds)
929
 
930
  if __name__ == "__main__":
931
  main()