namnh113 commited on
Commit
a8e04b7
·
1 Parent(s): 65f2afc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -7,6 +7,7 @@ class LLM_Langchain():
7
  def __init__(self):
8
  st.header('🦜 Code summarization')
9
  st.warning("Warning: input function needs cleaning and may take long to be processed at first time")
 
10
  st.info("Reference: [CodeT5](https://arxiv.org/abs/2109.00859), [The Vault](https://arxiv.org/abs/2305.06156), [CodeXGLUE](https://arxiv.org/abs/2102.04664)")
11
  st.info("About me: namnh113")
12
 
 
7
  def __init__(self):
8
  st.header('🦜 Code summarization')
9
  st.warning("Warning: input function needs cleaning and may take long to be processed at first time")
10
+ st.warning("Note: you should not copy the whole function from IDE, the \"\n\" needs typing by hand")
11
  st.info("Reference: [CodeT5](https://arxiv.org/abs/2109.00859), [The Vault](https://arxiv.org/abs/2305.06156), [CodeXGLUE](https://arxiv.org/abs/2102.04664)")
12
  st.info("About me: namnh113")
13