Spaces:
Sleeping
Sleeping
Commit
·
aeb1a49
1
Parent(s):
c473268
Update app.py
Browse files
app.py
CHANGED
@@ -64,9 +64,8 @@ def english_qa_pipeline(questions, context):
|
|
64 |
'''
|
65 |
|
66 |
def main():
|
67 |
-
sidebar = st.sidebar()
|
68 |
|
69 |
-
with sidebar:
|
70 |
st.title(":blue[Turing]Videos")
|
71 |
|
72 |
with st.form("data_collection"):
|
|
|
64 |
'''
|
65 |
|
66 |
def main():
|
|
|
67 |
|
68 |
+
with st.sidebar():
|
69 |
st.title(":blue[Turing]Videos")
|
70 |
|
71 |
with st.form("data_collection"):
|