nxphi47 commited on
Commit
b5f5724
verified
1 Parent(s): 0aff8c0

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +8 -5
src/streamlit_app.py CHANGED
@@ -735,11 +735,14 @@ st.set_page_config(layout="wide", page_title="LLEP Simulator & Visualizer")
735
 
736
  st.title("Least-Loaded Expert Parallelism (LLEP)")
737
  st.markdown("Compare **Standard EP** against the **LLEP (LLA/LLAS)** plan and visualize step-by-step spilling.")
738
- st.markdown("""
739
- **Authors:** [Xuan-Phi Nguyen](https://scholar.google.com/), [Shrey Pandit](https://scholar.google.com/), [Austin Xu](https://scholar.google.com/), [Caiming Xiong](https://scholar.google.com/), [Shafiq Joty](https://scholar.google.com/)
740
- **Affiliation:** Salesforce AI Research
741
- **Contact:** xnguyen@salesforce.com
742
- """)
 
 
 
743
 
744
  tab_stats, tab_anim = st.tabs(["Statistics & Comparison", "Step-by-Step Animation"])
745
 
 
735
 
736
  st.title("Least-Loaded Expert Parallelism (LLEP)")
737
  st.markdown("Compare **Standard EP** against the **LLEP (LLA/LLAS)** plan and visualize step-by-step spilling.")
738
+ st.caption("""
739
+ [Xuan-Phi Nguyen](https://scholar.google.com/citations?user=HN8VxX4AAAAJ&hl=en)
740
+ [Shrey Pandit](https://scholar.google.com/citations?user=a-dG59sAAAAJ&hl=en)
741
+ [Austin Xu](https://scholar.google.com/citations?user=OUw3iQgAAAAJ&hl=en) 路
742
+ [Caiming Xiong](https://scholar.google.com/citations?user=vaSdahkAAAAJ&hl=en)
743
+ [Shafiq Joty](https://scholar.google.com/citations?user=hR249csAAAAJ&hl=en)
744
+ **Salesforce AI Research** 路 xnguyen@salesforce.com
745
+ """, unsafe_allow_html=True)
746
 
747
  tab_stats, tab_anim = st.tabs(["Statistics & Comparison", "Step-by-Step Animation"])
748