Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def ask_gemini(query):
|
|
21 |
return f"Error: {e}"
|
22 |
|
23 |
# Streamlit UI
|
24 |
-
st.title("💬 AI
|
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 |
|