Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
•
583a144
1
Parent(s):
01fc68e
Add logo and method images
Browse files- app.py +10 -0
- hf_logo.png +0 -0
- misc/Multilingual-VQA.png +0 -0
app.py
CHANGED
@@ -29,8 +29,18 @@ st.set_page_config(
|
|
29 |
page_title="Multilingual VQA",
|
30 |
layout="wide",
|
31 |
initial_sidebar_state="collapsed",
|
|
|
32 |
)
|
33 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
# Init Session State
|
35 |
if 'image_file' not in st.session_state:
|
36 |
st.session_state.image_file = dummy_data.loc[0,'image_file']
|
|
|
29 |
page_title="Multilingual VQA",
|
30 |
layout="wide",
|
31 |
initial_sidebar_state="collapsed",
|
32 |
+
page_icon="./misc/mvqa-logo.png",
|
33 |
)
|
34 |
|
35 |
+
st.title("Multilingual Visual Question Answering")
|
36 |
+
|
37 |
+
with st.beta_expander("About"):
|
38 |
+
pass
|
39 |
+
with st.beta_expander("Method"):
|
40 |
+
st.image("./misc/Multilingual-VQA.png")
|
41 |
+
with st.beta_expander("Results"):
|
42 |
+
pass
|
43 |
+
|
44 |
# Init Session State
|
45 |
if 'image_file' not in st.session_state:
|
46 |
st.session_state.image_file = dummy_data.loc[0,'image_file']
|
hf_logo.png
ADDED
misc/Multilingual-VQA.png
ADDED