Spaces:
Running
Running
update app.py
Browse files
app.py
CHANGED
@@ -120,23 +120,24 @@ with col2:
|
|
120 |
""",
|
121 |
unsafe_allow_html=True
|
122 |
)
|
|
|
123 |
else:
|
124 |
-
#
|
125 |
-
|
126 |
-
# === Sidebar Footer Description ===
|
127 |
-
st.sidebar.markdown("""
|
128 |
-
---
|
129 |
-
## Swahili VQA App
|
130 |
|
131 |
-
|
|
|
|
|
|
|
132 |
|
133 |
-
|
134 |
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
|
|
139 |
|
140 |
-
|
141 |
-
π Designed for educational and research purposes
|
142 |
-
|
|
|
|
120 |
""",
|
121 |
unsafe_allow_html=True
|
122 |
)
|
123 |
+
|
124 |
else:
|
125 |
+
pass # or just remove the else block entirely
|
|
|
|
|
|
|
|
|
|
|
126 |
|
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 |
+
""")
|