kaborg15 commited on
Commit
e4fe88f
1 Parent(s): f2baf1b

Update title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def get_completion(prompt):
21
  return output[0]["generated_text"]
22
 
23
  def main():
24
- st.title('LLM Text Completion Interface')
25
 
26
  # Text input
27
  user_input = st.text_area("Enter your prompt:", height=300)
 
21
  return output[0]["generated_text"]
22
 
23
  def main():
24
+ st.title('UiA AI Koordinator Llama 3 8b text completion')
25
 
26
  # Text input
27
  user_input = st.text_area("Enter your prompt:", height=300)