Skip to content

Commit 12aca6a

Browse files
authored
Update multi_chatbot.py
1 parent 31c3785 commit 12aca6a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

multi_chatbot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@
3131
else:
3232
st.warning("⚠️ Please enter both API keys.")
3333

34-
st.stop() # Halt execution until keys are saved
34+
st.stop() # Halt here until keys are saved
3535

3636
# --- Configure Gemini AI ---
3737
genai.configure(api_key=st.session_state.google_api_key)
3838
model = genai.GenerativeModel("gemini-2.0-flash-exp")
3939

40-
# --- App UI ---
40+
# --- Main app UI ---
4141
st.title("🤖 Weather + AI Bot")
4242
st.markdown("Ask about **weather**, **dates**, or **general questions**. Powered by OpenWeatherMap & Gemini AI.")
4343

0 commit comments

Comments
 (0)