EnzoBustos commited on
Commit
47e1ddd
·
1 Parent(s): 2607f1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def main():
50
  header = st.container()
51
  model = st.container()
52
  model_1, model_2 = st.columns(2)
53
- qa = st.container
54
  qa_1, qa_2 = st.columns(2)
55
 
56
  with header:
 
50
  header = st.container()
51
  model = st.container()
52
  model_1, model_2 = st.columns(2)
53
+ qa = st.container()
54
  qa_1, qa_2 = st.columns(2)
55
 
56
  with header: