m7mdal7aj commited on
Commit
4ec74bf
·
verified ·
1 Parent(s): ef4d7f5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")