namnh113 commited on
Commit
b2d244e
β€’
1 Parent(s): a8e04b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +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.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
 
 
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\" character 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