mbwanaf commited on
Commit
d644137
Β·
verified Β·
1 Parent(s): e89ef15

update app.py

Browse files
Files changed (1) hide show
  1. app.py +21 -0
app.py CHANGED
@@ -120,3 +120,24 @@ with col2:
120
  )
121
  else:
122
  st.info("πŸ“₯ Pakia picha na andika swali kisha bonyeza Tuma ili kupata jibu.")
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120
  )
121
  else:
122
  st.info("πŸ“₯ Pakia picha na andika swali kisha bonyeza Tuma ili kupata jibu.")
123
+
124
+ # === Sidebar Footer Description ===
125
+ st.sidebar.markdown("""
126
+ ---
127
+ #Swahili VQA App
128
+
129
+ This app allows users to ask questions about images in **Swahili**. Powered by a multimodal AI model trained on visual and textual data.
130
+
131
+ ## πŸ›  How to Use
132
+
133
+ 1. πŸ“€ Upload an image.
134
+ 2. πŸ’¬ Type a question in Swahili.
135
+ 3. πŸ“© Click **Tuma**.
136
+ 4. πŸ€– The model will return the top 5 possible answers with confidence bars.
137
+
138
+ ## πŸ“Œ Note
139
+ πŸŽ“ Designed for educational and research purposes only
140
+
141
+
142
+ Designed by Francis.
143
+ """)