Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,19 @@ import base64
|
|
8 |
|
9 |
st.set_page_config(page_title="Gemini AI Chat", layout="wide")
|
10 |
|
11 |
-
st.title("π€ Gemini AI Chat Interface
|
12 |
-
st.markdown("
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
|
14 |
def encode_image(image):
|
15 |
"""Convert PIL Image to base64 string"""
|
|
|
8 |
|
9 |
st.set_page_config(page_title="Gemini AI Chat", layout="wide")
|
10 |
|
11 |
+
st.title("π€ Gemini AI Chat Interface")
|
12 |
+
st.markdown("""
|
13 |
+
**Welcome to the Gemini AI Chat Interface!**
|
14 |
+
|
15 |
+
Chat seamlessly with Google's advanced Gemini AI models, supporting both text and image inputs.
|
16 |
+
|
17 |
+
π [GitHub Profile](https://github.com/volkansah) |
|
18 |
+
π [Project Repository](https://github.com/volkansah/gemini-ai-chat) |
|
19 |
+
π¬ [Soon](https://aicodecraft.io)
|
20 |
+
|
21 |
+
Follow me for more innovative projects and updates!
|
22 |
+
""")
|
23 |
+
|
24 |
|
25 |
def encode_image(image):
|
26 |
"""Convert PIL Image to base64 string"""
|