isThisYouLLM commited on
Commit
0f0b9bc
1 Parent(s): f1b8f44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -132,7 +132,7 @@ def main():
132
  model = model.eval()
133
  st.title("Human-AI stylometer - Multilingual")
134
 
135
- st.caption('Is This You, LLM? Recognizing AI-written Programs with Multilingual Code Stylometry')
136
 
137
  text = st.text_area("insert your code here")
138
  button = st.button("send")
 
132
  model = model.eval()
133
  st.title("Human-AI stylometer - Multilingual")
134
 
135
+ st.caption('From the paper: Is This You, LLM? Recognizing AI-written Programs with Multilingual Code Stylometry')
136
 
137
  text = st.text_area("insert your code here")
138
  button = st.button("send")