sriiram18 commited on
Commit
f3f744c
·
verified ·
1 Parent(s): 4766fa4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def load_model():
12
  model.eval()
13
  return tokenizer, model
14
 
15
- st.title("🦙 TinyLlama Chatbot")
16
 
17
  user_input = st.text_input("Ask a question")
18
 
 
12
  model.eval()
13
  return tokenizer, model
14
 
15
+ st.title("Turbo Chatbot")
16
 
17
  user_input = st.text_input("Ask a question")
18