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