shaadfazal commited on
Commit
112e26e
·
verified ·
1 Parent(s): cb12c6f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def ask_gemini(query):
21
  return f"Error: {e}"
22
 
23
  # Streamlit UI
24
- st.title("💬 AI Chatbot - Kiki")
25
 
26
  st.write("Type your message below and get a response.")
27
 
 
21
  return f"Error: {e}"
22
 
23
  # Streamlit UI
24
+ st.title("💬 Kiki -- Your AI based Humanoid Assistant")
25
 
26
  st.write("Type your message below and get a response.")
27