Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,10 +6,11 @@ colorTo: indigo
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
|
|
|
| 9 |
---
|
| 10 |
|
| 11 |
# 💬 Gemini ChatBot (Streamlit)
|
| 12 |
|
| 13 |
A ChatGPT-style chatbot powered by Google Gemini (via LangChain + Streamlit).
|
| 14 |
|
| 15 |
-
This chatbot remembers conversation history and supports streaming Gemini responses.
|
|
|
|
| 6 |
sdk: streamlit
|
| 7 |
app_file: app.py
|
| 8 |
pinned: false
|
| 9 |
+
license: apache-2.0
|
| 10 |
---
|
| 11 |
|
| 12 |
# 💬 Gemini ChatBot (Streamlit)
|
| 13 |
|
| 14 |
A ChatGPT-style chatbot powered by Google Gemini (via LangChain + Streamlit).
|
| 15 |
|
| 16 |
+
This chatbot remembers conversation history and supports streaming Gemini responses.
|