mbwanaf commited on
Commit
2e86b56
Β·
verified Β·
1 Parent(s): eae7b9b

update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -10
app.py CHANGED
@@ -127,17 +127,17 @@ with col2:
127
  # === Sidebar Footer Description (ALWAYS VISIBLE) ===
128
  st.sidebar.markdown("""
129
  ---
130
- ## 🦜 Swahili VQA App
131
 
132
- This app allows users to ask questions about images in **Swahili**, powered by a multimodal AI model trained on visual and textual data.
133
 
134
- ### πŸ›  How to Use
135
- 1. πŸ“€ Upload an image
136
- 2. πŸ’¬ Type a question in Swahili
137
- 3. πŸ“© Click **Tuma**
138
- 4. πŸ€– Get top 5 possible answers with confidence bars
139
 
140
- ### πŸ“Œ Note
141
- πŸŽ“ Designed for educational and research purposes only
142
- ✍️ Designed by **Francis2025**
 
 
 
 
143
  """)
 
127
  # === Sidebar Footer Description (ALWAYS VISIBLE) ===
128
  st.sidebar.markdown("""
129
  ---
130
+ ## Swahili VQA App
131
 
132
+ This app allows users to ask questions about images in **Swahili**. Powered by a multimodal AI model trained on visual and textual data.
133
 
134
+ ## πŸ›  How to Use
 
 
 
 
135
 
136
+ 1. πŸ“€ Upload an image.
137
+ 2. πŸ’¬ Type a question in Swahili.
138
+ 3. πŸ“© Click **Tuma**.
139
+ 4. πŸ€– The model will predict top 5 possible answers with confidence score.
140
+
141
+ ## πŸ“Œ Note
142
+ πŸŽ“ Designed for educational and research purposes
143
  """)