Spaces:
Build error
Build error
logo fix
Browse files
app.py
CHANGED
@@ -79,10 +79,10 @@ def survey_space(surveyor, download_placeholder):
|
|
79 |
|
80 |
if __name__ == '__main__':
|
81 |
st.title('Auto-Research')
|
82 |
-
st.write('
|
83 |
'(draft paper format) and other interesting artifacts from a single research query or a curated set of papers(arxiv ids).')
|
84 |
-
st.write('
|
85 |
-
st.sidebar.image(Image.open('
|
86 |
std_col, survey_col = st.columns(2)
|
87 |
std_col.write('#### execution log:')
|
88 |
survey_col.write('#### Generated_survey:')
|
|
|
79 |
|
80 |
if __name__ == '__main__':
|
81 |
st.title('Auto-Research')
|
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 |
+
st.sidebar.image(Image.open('logo.png'), use_column_width = 'always')
|
86 |
std_col, survey_col = st.columns(2)
|
87 |
std_col.write('#### execution log:')
|
88 |
survey_col.write('#### Generated_survey:')
|