Alibrown commited on
Commit
b6d419f
Β·
verified Β·
1 Parent(s): 1891a67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +13 -2
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 by Volkan Sah")
12
- st.markdown("Chat with Google's Gemini AI models. Supports both text and image inputs. Follow me on Github@volkansah for more cool stuff!")
 
 
 
 
 
 
 
 
 
 
 
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"""