nam194 commited on
Commit
76d7b2d
1 Parent(s): ee0adb2

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
 
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\" 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
 
13