sidphbot commited on
Commit
5727aa4
1 Parent(s): da318a3

streamlit fix

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def survey_space(surveyor):
41
 
42
 
43
  if __name__ == '__main__':
44
- st.container().title('Auto-Research V0.1 - Automated Survey generation from research keywords')
45
  std_col, survey_col = st.columns(2)
46
  std_col.header('execution log:')
47
  survey_col.header('Generated_survey:')
 
41
 
42
 
43
  if __name__ == '__main__':
44
+ st.title('Auto-Research V0.1 - Automated Survey generation from research keywords')
45
  std_col, survey_col = st.columns(2)
46
  std_col.header('execution log:')
47
  survey_col.header('Generated_survey:')