moazzamdev commited on
Commit
e61b0b7
·
verified ·
1 Parent(s): 21de181

Update page1.py

Browse files
Files changed (1) hide show
  1. page1.py +9 -0
page1.py CHANGED
@@ -29,6 +29,15 @@ def convert_to_base64(uploaded_file):
29
 
30
  def text():
31
  st.title("Gemini 2.0 Thinking Experimental")
 
 
 
 
 
 
 
 
 
32
  st.markdown("""
33
  <style>
34
  .anim-typewriter {
 
29
 
30
  def text():
31
  st.title("Gemini 2.0 Thinking Experimental")
32
+ st.sidebar.title("Capabilities:")
33
+
34
+ # Add bullet points
35
+ st.sidebar.markdown("""
36
+ - **Text Queries**
37
+ - **Visual Queries**
38
+ - **PDF Support**
39
+
40
+ """)
41
  st.markdown("""
42
  <style>
43
  .anim-typewriter {