sidphbot commited on
Commit
6c15c7d
·
1 Parent(s): 1b767f5

UI changes

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -78,10 +78,12 @@ def survey_space(surveyor, download_placeholder):
78
 
79
 
80
  if __name__ == '__main__':
81
- st.image(Image.open('logo_landscape.png'), use_column_width=True)
 
82
  st.write('#### A no-code utility to generate a detailed well-cited survey with topic clustered sections'
83
  '(draft paper format) and other interesting artifacts from a single research query or a curated set of papers(arxiv ids).')
84
  st.write('##### Data Provider: arXiv Open Archive Initiative OAI')
 
85
  survey_row = st.container()
86
  download_placeholder = st.container()
87
  std_row = st.container()
 
78
 
79
 
80
  if __name__ == '__main__':
81
+ st.sidebar.image(Image.open('logo_landscape.png'), use_column_width = 'always')
82
+ st.title('Auto-Research')
83
  st.write('#### A no-code utility to generate a detailed well-cited survey with topic clustered sections'
84
  '(draft paper format) and other interesting artifacts from a single research query or a curated set of papers(arxiv ids).')
85
  st.write('##### Data Provider: arXiv Open Archive Initiative OAI')
86
+ st.write('##### GitHub: https://github.com/sidphbot/Auto-Research')
87
  survey_row = st.container()
88
  download_placeholder = st.container()
89
  std_row = st.container()