Spaces:
Sleeping
Sleeping
Update README
Browse files
README.md
CHANGED
@@ -1,10 +1,19 @@
|
|
1 |
---
|
2 |
title: Spring Gemini Chat
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
colorTo: green
|
6 |
sdk: docker
|
7 |
-
|
8 |
---
|
9 |
|
10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Spring Gemini Chat
|
3 |
+
emoji: 🤖
|
4 |
+
colorFrom: blue
|
5 |
colorTo: green
|
6 |
sdk: docker
|
7 |
+
app_port: 7860
|
8 |
---
|
9 |
|
10 |
+
# Spring Gemini Chat
|
11 |
+
|
12 |
+
A Spring Boot application integrated with Google Gemini AI for chat functionality.
|
13 |
+
|
14 |
+
## Features
|
15 |
+
- Chat with Google Gemini AI
|
16 |
+
- Spring Boot backend
|
17 |
+
- Modern web interface
|
18 |
+
|
19 |
+
This application is automatically deployed from the GitHub repository.
|