thivav commited on
Commit
c9c9c4c
β€’
1 Parent(s): 8f1b7a5

git action added

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def main():
18
  "Enjoy :red[talking] with :green[Google Gemini] :sunglasses:"
19
  )
20
 
21
- st.markdown("[check out the repository](https://github.com/ThivaV/gemini_chatbot)")
22
 
23
  gemini_key = st.text_input("Enter your Google Gemini API key πŸ‘‡", type="password")
24
 
 
18
  "Enjoy :red[talking] with :green[Google Gemini] :sunglasses:"
19
  )
20
 
21
+ st.markdown("[Checkout the repository](https://github.com/ThivaV/gemini_chatbot)")
22
 
23
  gemini_key = st.text_input("Enter your Google Gemini API key πŸ‘‡", type="password")
24