faizhalas commited on
Commit
89bde77
·
verified ·
1 Parent(s): 53f8029

Update pages/9 WordCloud.py

Browse files
Files changed (1) hide show
  1. pages/9 WordCloud.py +22 -14
pages/9 WordCloud.py CHANGED
@@ -56,20 +56,28 @@ with st.expander("Before you start", expanded = True):
56
 
57
  with tab3:
58
  st.code("""
59
- +----------------+------------------------+
60
- | Source | File Type |
61
- +----------------+------------------------+
62
- | Scopus | Comma-separated values |
63
- | | (.csv) |
64
- +----------------+------------------------|
65
- | Lens.org | Comma-separated values |
66
- | | (.csv) |
67
- +----------------+------------------------|
68
- | Other | .csv .xls .xlsx |
69
- | | .txt(full text) |
70
- +----------------+------------------------|
71
- | Hathitrust | .json |
72
- +----------------+------------------------+
 
 
 
 
 
 
 
 
73
  """, language=None)
74
 
75
  with tab4:
 
56
 
57
  with tab3:
58
  st.code("""
59
+ +----------------+------------------------+----------------------------------+
60
+ | Source | File Type | Column |
61
+ +----------------+------------------------+----------------------------------+
62
+ | Scopus | Comma-separated values | Choose your preferred column |
63
+ | | (.csv) | that you have |
64
+ +----------------+------------------------| |
65
+ | Web of Science | Tab delimited file | |
66
+ | | (.txt) | |
67
+ +----------------+------------------------| |
68
+ | Lens.org | Comma-separated values | |
69
+ | | (.csv) | |
70
+ +----------------+------------------------| |
71
+ | Dimensions | Comma-separated values | |
72
+ | | (.csv) | |
73
+ +----------------+------------------------| |
74
+ | OpenAlex | Comma-separated values | |
75
+ | | (.csv) | |
76
+ +----------------+------------------------| |
77
+ | Other | .csv .xls .xlsx | |
78
+ +----------------+------------------------| |
79
+ | Hathitrust | .json | |
80
+ +----------------+------------------------+----------------------------------+
81
  """, language=None)
82
 
83
  with tab4: