Ley_Fill7 commited on
Commit
e950dd2
·
1 Parent(s): bc794ed

Adjust title

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def get_llama_response(question):
27
  response += chunk.choices[0].delta.content
28
  return response.strip()
29
 
30
- st.title("Ask Lydia Llama 3.1 405B on Nvidia NIM")
31
  user_question = st.text_input("Enter your question:")
32
 
33
  if st.button("Submit"):
 
27
  response += chunk.choices[0].delta.content
28
  return response.strip()
29
 
30
+ st.title("Ask Llama 3.1 405B on Nvidia NIM")
31
  user_question = st.text_input("Enter your question:")
32
 
33
  if st.button("Submit"):