Spaces:
Runtime error
Runtime error
gchhablani
commited on
Commit
•
ccf50b3
1
Parent(s):
d8dbe3e
Fix mutiple title issue
Browse files- multiapp.py +0 -1
multiapp.py
CHANGED
@@ -10,7 +10,6 @@ class MultiApp:
|
|
10 |
self.apps.append({"title": title, "function": func})
|
11 |
|
12 |
def run(self):
|
13 |
-
st.title("Multilingual VQA")
|
14 |
logo = st.sidebar.image("./misc/mvqa-logo-3-white.png")
|
15 |
st.sidebar.header("Go To:")
|
16 |
app = st.sidebar.radio(
|
|
|
10 |
self.apps.append({"title": title, "function": func})
|
11 |
|
12 |
def run(self):
|
|
|
13 |
logo = st.sidebar.image("./misc/mvqa-logo-3-white.png")
|
14 |
st.sidebar.header("Go To:")
|
15 |
app = st.sidebar.radio(
|