Spaces:
Runtime error
Runtime error
Commit
·
a3ed81a
1
Parent(s):
c286d3f
Update reader.py
Browse files
reader.py
CHANGED
@@ -48,7 +48,7 @@ def get_article():
|
|
48 |
#line('h2', 'Data Collection')
|
49 |
#line('p', sgd1)
|
50 |
with tag('div', klass='my-div'):
|
51 |
-
line('h2', '
|
52 |
with tag('ul'):
|
53 |
line('li', sgd1)
|
54 |
line('li', sgd2)
|
|
|
48 |
#line('h2', 'Data Collection')
|
49 |
#line('p', sgd1)
|
50 |
with tag('div', klass='my-div'):
|
51 |
+
line('h2', 'Targeted SDGs and Potential Applications: ')
|
52 |
with tag('ul'):
|
53 |
line('li', sgd1)
|
54 |
line('li', sgd2)
|