Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ def survey_space(surveyor, download_placeholder):
|
|
78 |
|
79 |
|
80 |
if __name__ == '__main__':
|
81 |
-
st.image(Image.open('logo_landscape.png'))
|
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')
|
|
|
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')
|