Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -148,7 +148,7 @@ def main():
|
|
148 |
|
149 |
|
150 |
st.sidebar.title("Navigation")
|
151 |
-
selection = st.sidebar.radio("Go to", ["Home", "Dataset Analysis", "Evaluation Results", "Run Inference", "Dissertation Report", "More Pages will follow .. "
|
152 |
|
153 |
if selection == "Home":
|
154 |
st.title("MultiModal Learning for Knowledg-Based Visual Question Answering")
|
|
|
148 |
|
149 |
|
150 |
st.sidebar.title("Navigation")
|
151 |
+
selection = st.sidebar.radio("Go to", ["Home", "Dataset Analysis", "Evaluation Results", "Run Inference", "Dissertation Report"], "More Pages will follow .. ")
|
152 |
|
153 |
if selection == "Home":
|
154 |
st.title("MultiModal Learning for Knowledg-Based Visual Question Answering")
|