mrciomnl commited on
Commit
d706a65
·
verified ·
1 Parent(s): 4200cd4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Text Generator using Gemini API")
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