eagle0504 commited on
Commit
2c5f37d
·
verified ·
1 Parent(s): 57ed7f1

Update app.py

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