niansong1996 commited on
Commit
917fc52
1 Parent(s): b60746d
Files changed (1) hide show
  1. app.py +12 -6
app.py CHANGED
@@ -31,10 +31,13 @@ st.set_page_config(layout="wide")
31
  with st.sidebar:
32
  st.markdown("# About")
33
  st.markdown("**L2CEval** is a framework for evaluating Language-to-Code generation for LLMs.")
34
- with st.expander(":blue[**Authors**]", expanded=False):
35
- st.markdown("**Ansong Ni$^†$, Pengcheng Yin$^♣$, Yilun Zhao$^†$, Martin Riddell$^†$, Troy Feng$^†$, Rui Shen$^†$, Stephen Yin$^†$, Ye Liu$^♢$, Semih Yavuz$^♢$, " \
36
- "Caiming Xiong$^♢$, Shafiq Joty$^♢$, Yingbo Zhou$^♢$, Dragomir Radev$^†$, Arman Cohan$^†‡$**")
37
- st.markdown("**†: Yale University, ♣: Google DeepMind, ♢: Salesforce Research, ‡: Allen Institute for AI**")
 
 
 
38
  # st.markdown("**Authors**: Ansong Ni, Srini Iyer, Dragomir Radev, Ves Stoyanov, Wen-tau Yih, Sida I. Wang*, Xi Victoria Lin*")
39
  # st.markdown("**Demo made by**: [Ansong Ni](https://niansong1996.github.io/)")
40
  # st.markdown("**All experiment code on [GitHub](https://github.com/niansong1996/lever)**")
@@ -49,7 +52,7 @@ st.markdown("**Ye Liu$^♢$, Semih Yavuz$^♢$, " \
49
  "Caiming Xiong$^♢$, Shafiq Joty$^♢$, Yingbo Zhou$^♢$, Dragomir Radev$^†$, Arman Cohan$^†‡$**")
50
  st.markdown("†: Yale University, ♣: Google DeepMind, ♢: Salesforce Research, ‡: Allen Institute for AI")
51
 
52
- st.info("###### Currently we are only displaying the main results from the paper, we will add more interactive demos later. Stay tuned!")
53
 
54
  st.divider()
55
 
@@ -175,4 +178,7 @@ st.divider()
175
  # y='col2',
176
  # color='col4',
177
  # size='col3',
178
- # )
 
 
 
 
31
  with st.sidebar:
32
  st.markdown("# About")
33
  st.markdown("**L2CEval** is a framework for evaluating Language-to-Code generation for LLMs.")
34
+ # st.info("**Site under construction**")
35
+ st.warning("**Interactive visualizer (coming soon!)**")
36
+ st.warning("**Model output explorer (coming soon!)**")
37
+ # with st.expander(":blue[**Authors**]", expanded=False):
38
+ # st.markdown("**Ansong Ni$^†$, Pengcheng Yin$^♣$, Yilun Zhao$^†$, Martin Riddell$^†$, Troy Feng$^†$, Rui Shen$^†$, Stephen Yin$^†$, Ye Liu$^♢$, Semih Yavuz$^♢$, " \
39
+ # "Caiming Xiong$^♢$, Shafiq Joty$^♢$, Yingbo Zhou$^♢$, Dragomir Radev$^†$, Arman Cohan$^†‡$**")
40
+ # st.markdown("**†: Yale University, ♣: Google DeepMind, ♢: Salesforce Research, ‡: Allen Institute for AI**")
41
  # st.markdown("**Authors**: Ansong Ni, Srini Iyer, Dragomir Radev, Ves Stoyanov, Wen-tau Yih, Sida I. Wang*, Xi Victoria Lin*")
42
  # st.markdown("**Demo made by**: [Ansong Ni](https://niansong1996.github.io/)")
43
  # st.markdown("**All experiment code on [GitHub](https://github.com/niansong1996/lever)**")
 
52
  "Caiming Xiong$^♢$, Shafiq Joty$^♢$, Yingbo Zhou$^♢$, Dragomir Radev$^†$, Arman Cohan$^†‡$**")
53
  st.markdown("†: Yale University, ♣: Google DeepMind, ♢: Salesforce Research, ‡: Allen Institute for AI")
54
 
55
+ st.warning(":orange[**Site under construction 🛠️... Stay tuned!**]")
56
 
57
  st.divider()
58
 
 
178
  # y='col2',
179
  # color='col4',
180
  # size='col3',
181
+ # )
182
+
183
+ st.markdown("#### All Results (coming soon!)")
184
+ # st.image("images/all_results.png", use_column_width="auto")