Update page1.py
Browse files
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 {
|