Spaces:
Sleeping
Sleeping
git action added
Browse files
app.py
CHANGED
|
@@ -18,7 +18,7 @@ def main():
|
|
| 18 |
"Enjoy :red[talking] with :green[Google Gemini] :sunglasses:"
|
| 19 |
)
|
| 20 |
|
| 21 |
-
st.markdown("[
|
| 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 |
|