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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +20 -19
app.py CHANGED
@@ -53,25 +53,26 @@ def main():
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)!😄🎉
 
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)!😄🎉