mbwanaf commited on
Commit
12c7617
Β·
verified Β·
1 Parent(s): 5836e11

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,7 +124,7 @@ with col2:
124
  #st.info("")
125
 
126
  # === Sidebar Footer Description ===
127
- st.sidebar.markdown("""
128
  ---
129
  ## Swahili VQA App
130
 
@@ -135,7 +135,7 @@ This app allows users to ask questions about images in **Swahili**. Powered by a
135
  1. πŸ“€ Upload an image.
136
  2. πŸ’¬ Type a question in Swahili.
137
  3. πŸ“© Click **Tuma**.
138
- 4. πŸ€– The model will return the top 5 possible answers with confidence bars.
139
 
140
  ## πŸ“Œ Note
141
  πŸŽ“ Designed for educational and research purposes
 
124
  #st.info("")
125
 
126
  # === Sidebar Footer Description ===
127
+ st.sidebar.markdown("""
128
  ---
129
  ## Swahili VQA App
130
 
 
135
  1. πŸ“€ Upload an image.
136
  2. πŸ’¬ Type a question in Swahili.
137
  3. πŸ“© Click **Tuma**.
138
+ 4. πŸ€– The model will predict the top 5 possible answers with confidence score.
139
 
140
  ## πŸ“Œ Note
141
  πŸŽ“ Designed for educational and research purposes