Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ if not api_key:
|
|
12 |
genai.configure(api_key=api_key)
|
13 |
|
14 |
# Streamlit UI
|
15 |
-
st.title("AI
|
16 |
st.write("Generate text using Google's Gemini AI model.")
|
17 |
|
18 |
# User Inputs
|
|
|
12 |
genai.configure(api_key=api_key)
|
13 |
|
14 |
# Streamlit UI
|
15 |
+
st.title("AI Buddy with Gemini")
|
16 |
st.write("Generate text using Google's Gemini AI model.")
|
17 |
|
18 |
# User Inputs
|