EnzoBustos commited on
Commit
aeb1a49
·
1 Parent(s): c473268

Update app.py

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