Update app.py
Browse files
app.py
CHANGED
@@ -51,22 +51,30 @@ def main():
|
|
51 |
st.sidebar.markdown(
|
52 |
"""
|
53 |
# 🌟 How to Use the App 🌟
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
70 |
"""
|
71 |
)
|
72 |
|
|
|
51 |
st.sidebar.markdown(
|
52 |
"""
|
53 |
# 🌟 How to Use the App 🌟
|
54 |
+
"""
|
55 |
+
)
|
56 |
+
with st.expander("Show/Hide"):
|
57 |
+
st.sidebar.markdown(
|
58 |
+
"""
|
59 |
+
1) **🌈 User Input Magic**:
|
60 |
+
- 📸 **Camera Snap**: Tap to capture a moment with your device's camera. Say cheese!
|
61 |
+
- 🖼️ **Image Upload Extravaganza**: Got a cool pic? Upload it from your computer and let the magic begin!
|
62 |
+
- 📄 **PDF Adventure**: Use gen AI as ctrl+F to search information on any PDF, like opening a treasure chest of information!
|
63 |
+
- 🧐 **YOLO Algorithm**: Wanna detect the object in the image? Use our object detection algorithm to see if the objects can be detected.
|
64 |
+
|
65 |
+
2) **🤖 AI Interaction Wonderland**:
|
66 |
+
- 🌟 **Gemini's AI**: Google's Gemini AI is your companion, ready to dive deep into your uploads.
|
67 |
+
- 🌐 **Chroma Database**: As you upload, we're crafting a colorful Chroma database in our secret lab, making your interaction even more awesome!
|
68 |
+
|
69 |
+
3) **💬 Chit-Chat with AI Post-Upload**:
|
70 |
+
- 🌍 Once your content is up in the app, ask away! Any question, any time.
|
71 |
+
- 💡 Light up the conversation with Gemini AI. It is like having a chat with a wise wizard from the digital realm!
|
72 |
+
|
73 |
+
"""
|
74 |
+
)
|
75 |
+
st.sidebar.markdown(
|
76 |
+
"""
|
77 |
+
Enjoy exploring and have fun! App URL [here](https://huggingface.co/spaces/eagle0504/IDP-Demo)!😄🎉
|
78 |
"""
|
79 |
)
|
80 |
|